]> git.mxchange.org Git - simple-upload.git/commitdiff
Adding new config option
authormuchweb <aleks@s-ko.net>
Fri, 19 Dec 2014 23:33:47 +0000 (23:33 +0000)
committermuchweb <aleks@s-ko.net>
Fri, 19 Dec 2014 23:33:47 +0000 (23:33 +0000)
index.php

index 07394917542ebd483b5ad6e5eb38173232ec360a..6d65ba68896e5ca346cb155f3d61b14bdefb4820 100644 (file)
--- 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 }==============