From: muchweb Date: Fri, 19 Dec 2014 23:33:47 +0000 (+0000) Subject: Adding new config option X-Git-Url: https://git.mxchange.org/?p=simple-upload.git;a=commitdiff_plain;h=e76758697014c774b893a666d2d0e8996e0c9493 Adding new config option --- diff --git a/index.php b/index.php index 0739491..6d65ba6 100644 --- a/index.php +++ b/index.php @@ -53,6 +53,9 @@ // Complete URL to your directory (including tracing slash) url => 'http://strace.club/' + // Amount of seconds that each file should be stored for (0 for no limit) + time_limit => 0, + ); // =============={ Configuration End }==============