]> jfr.im git - uguu.git/blobdiff - includes/config.template.php
Fixing bug in template
[uguu.git] / includes / config.template.php
index 864ed6e5c2df73891cfd2a03e4c32a7c07d294b8..4178ee2a338687e98ab60f3dabf5e651d1596b18 100644 (file)
@@ -4,5 +4,6 @@ define("CONFIG_ROOT_URL", "http://path.to.uguu");
 define("CONFIG_FILES_PATH", "/path/to/uguu/public/files/");
 define("CONFIG_ROOT_PATH", "/path/to/uguu/");
 define("CONFIG_MAX_RETENTION_TIME", "60"); //Max retention time in minutes
-define("CONFIG_RANDOM_LENGTH", "12");
+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")));