summaryrefslogtreecommitdiff
path: root/www/functions/func_upload.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/functions/func_upload.php')
-rwxr-xr-xwww/functions/func_upload.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/functions/func_upload.php b/www/functions/func_upload.php
index 850c501..c8ef93a 100755
--- a/www/functions/func_upload.php
+++ b/www/functions/func_upload.php
@@ -16,6 +16,8 @@ function upload($path){
$db = $GLOBALS["db"];
+ set_time_limit(0);
+
if(!$_SESSION["login"]){
return UPLOAD_LOGIN;
}