Update config template

This commit is contained in:
Les De Ridder 2017-01-24 13:26:29 +01:00
parent e8616ce2e9
commit 7877939425
No known key found for this signature in database
GPG Key ID: 5EC132DFA85DB372
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
<?php
//This is the configuration file for Uguu Temp File Sharing system
//Site name
define("CONFIG_SITE_NAME", "Uguu");
//Site root URL
define("CONFIG_ROOT_URL", "http://path.to.uguu");
//Enable this if you use a subdomain for serving uploaded files
define("CONFIG_SUBUPLOAD_URL_ENABLED", "false");