You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -14,9 +14,9 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
14
14
}
15
15
16
16
// to be displayed so that user can replicate
17
-
@@ -16,17 +16,17 @@
17
+
@@ -16,16 +16,16 @@
18
18
$BOT_ID_REJECT_REGEX = '/[^A-Za-z0-9.-]/';
19
-
$VERSION = "2.2.1a1";
19
+
$VERSION = "2.2.1";
20
20
21
21
- $ALLOWED_PATH = "/opt/intelmq/var/lib/bots/"; // PHP is allowed to fetch the config files from the current location in order to display bot configurations.
22
22
+ $ALLOWED_PATH = "/var/lib/intelmq/bots/"; // PHP is allowed to fetch the config files from the current location in order to display bot configurations.
@@ -28,15 +28,13 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
$ALLOWED_PATH = "/opt/intelmq/var/lib/bots/"; // PHP is allowed to fetch the config files from the current location in order to display bot configurations.
20
20
$FILESIZE_THRESHOLD = 2000; // config files under this size gets loaded automatically; otherwise a link is generated
0 commit comments