diff options
Diffstat (limited to 'www/functions/func_upload.php')
| -rwxr-xr-x | www/functions/func_upload.php | 2 |
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; } |
