Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Update default.php #243

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions configs/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
$default_options = array(
//General
'secretkey' => '', #Secret key for cookie encryption
'download_dir' => 'files/', # This is where your downloaded files are saved
'download_dir' => 'files/', # This is where your downloaded files are saved. On Windows, if you want to include the full path, use: 'C:\folder name/files/'
'download_dir_is_changeable' => false, # true - Allow users to change the download dir
'delete_delay' => 0, # 0 - Disabled, time in SECONDS before downloaded files are deleted
'rename_prefix' => '', # i.e : prefix_filename.ext
Expand Down Expand Up @@ -66,4 +66,4 @@
'fgc' => 0
);
/*Default Options End*/
?>
?>