From ec65f04185d936ab9a4a83b79ddeb24be47548c5 Mon Sep 17 00:00:00 2001 From: Pierre-Alain Bandinelli Date: Sun, 15 May 2016 15:55:09 +0200 Subject: [PATCH] Suggestion to have php scripts excluded by default to protect users's servers... --- includes/config.template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/config.template.php b/includes/config.template.php index 1e99eee..f600e2e 100644 --- a/includes/config.template.php +++ b/includes/config.template.php @@ -11,6 +11,6 @@ define("CONFIG_ROOT_PATH", "/path/to/uguu/"); define("CONFIG_MAX_RETENTION_TIME", "60"); //Max retention time in minutes define("CONFIG_MAX_RETENTION_TEXT", "1 hour"); //Max retention time as a text to be displayed define("CONFIG_RANDOM_LENGTH", "12"); //Length of the random chain appended to the filename -define ("CONFIG_BLOCKED_EXTENSIONS", serialize(array("exe", "scr", "rar", "zip", "com", "vbs", "bat", "cmd", "html", "htm", "msi"))); +define ("CONFIG_BLOCKED_EXTENSIONS", serialize(array("exe", "scr", "rar", "zip", "com", "vbs", "bat", "cmd", "html", "htm", "msi", "php", "php5"))); //https://wiki.gentoo.org/wiki/Handbook to set this string correctly define("VERYLO_NG_STRING_THATDOESNTREALLYD_O_ANYTHING", "ok");