]> jfr.im git - uguu.git/blame - includes/config.template.php
Adding options in the config file
[uguu.git] / includes / config.template.php
CommitLineData
2f98035a 1<?php
2239bd05
PAB
2//This is the configuration file for Uguu Temp File Sharing system
3define("CONFIG_ROOT_URL", "http://path.to.uguu");
4define("CONFIG_FILES_PATH", "/path/to/uguu/public/files/");
5define("CONFIG_ROOT_PATH", "/path/to/uguu/");
6define("CONFIG_MAX_RETENTION_TIME", "60"); //Max retention time in minutes
8f66c23e
PAB
7define("CONFIG_MAX_RETENTION_TEXT", "1 hour"); //Max retention time as a text to be displayed
8define("CONFIG_RANDOM_LENGTH", "12"); //Length of the random chain appended to the filename
2239bd05 9define ("CONFIG_BLOCKED_EXTENSIONS", serialize(array("exe", "scr", "rar", "zip", "com", "vbs", "bat", "cmd", "html", "htm", "msi")));