uguu/includes/config.template.php

7 lines
266 B
PHP
Raw Normal View History

2016-05-14 10:55:50 +02:00
<?php
#This is the configuration file for Uguu Temp File Sharing system
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_RANDOM_LENGTH', "10");