mirror of
https://github.com/Rouji/single_php_filehost.git
synced 2025-04-10 19:08:45 +00:00
format config a bit
also explain AUTO_FILE_EXT and EXTERNAL_HOOK
This commit is contained in:
parent
c91f55d22b
commit
11a2ff253f
@ -12,8 +12,8 @@ class CONFIG
|
|||||||
const LOG_PATH = null; //path to log uploads + resulting links to
|
const LOG_PATH = null; //path to log uploads + resulting links to
|
||||||
const DOWNLOAD_PATH = '%s'; //the path part of the download url. %s = placeholder for filename
|
const DOWNLOAD_PATH = '%s'; //the path part of the download url. %s = placeholder for filename
|
||||||
const MAX_EXT_LEN = 7; //max. length for file extensions
|
const MAX_EXT_LEN = 7; //max. length for file extensions
|
||||||
const EXTERNAL_HOOK=null;
|
const EXTERNAL_HOOK = null; //external program to call for each upload
|
||||||
const AUTO_FILE_EXT=false;
|
const AUTO_FILE_EXT = false; //automatically try to detect file extension for files that have none
|
||||||
|
|
||||||
const ADMIN_EMAIL = 'admin@example.com'; //address for inquiries
|
const ADMIN_EMAIL = 'admin@example.com'; //address for inquiries
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user