very big imrovemtn

This commit is contained in:
Eric Johansson (neku) 2016-05-14 22:53:24 +02:00
parent be34d01a83
commit 01552dad82
1 changed files with 2 additions and 0 deletions

View File

@ -12,3 +12,5 @@ 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")));
//https://wiki.gentoo.org/wiki/Handbook to set this string correctly
define("VERYLO_NG_STRING_THATDOESNTREALLYD_O_ANYTHING", "ok");