mirror of
https://github.com/Rouji/single_php_filehost.git
synced 2025-04-11 03:18:45 +00:00
ids don't need to be this long, do they?
This commit is contained in:
parent
626a227f76
commit
d1b1d838e3
@ -8,7 +8,7 @@ $MIN_FILEAGE=31; //min. age of files in days
|
|||||||
$DECAY_EXP=2; //high values penalise larger files
|
$DECAY_EXP=2; //high values penalise larger files
|
||||||
|
|
||||||
$UPLOAD_TIMEOUT=5*60; //max. time an upload can take before it times out
|
$UPLOAD_TIMEOUT=5*60; //max. time an upload can take before it times out
|
||||||
$ID_LENGTH=6; //length of the random file ID
|
$ID_LENGTH=3; //length of the random file ID
|
||||||
$STORE_PATH="files/"; //directory to store uploaded files in
|
$STORE_PATH="files/"; //directory to store uploaded files in
|
||||||
$DOWNLOAD_URL="%s"; //%s = placeholder for filename
|
$DOWNLOAD_URL="%s"; //%s = placeholder for filename
|
||||||
$HTTP_PROTO="https"; //protocol to use in links
|
$HTTP_PROTO="https"; //protocol to use in links
|
||||||
|
Loading…
Reference in New Issue
Block a user