diff options
| author | moehm | 2014-03-27 19:21:11 +0100 |
|---|---|---|
| committer | moehm | 2014-03-27 19:21:11 +0100 |
| commit | 2310c2e3cb4cf9b724ef065fcb8543a60d0ff280 (patch) | |
| tree | f0a661de715a080093d021d038d29b8630dc21cd /www/functions/func_upload.php | |
| parent | cb74ce9e9702677225102fc06b5adda8ce692cdc (diff) | |
| download | files.iamfabulous.de-2310c2e3cb4cf9b724ef065fcb8543a60d0ff280.tar.gz | |
Merge in comming. Added new function to generate a donwload id.
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 8059191..eb3061b 100755 --- a/www/functions/func_upload.php +++ b/www/functions/func_upload.php @@ -29,6 +29,8 @@ function database_upload($db, $parentdir, $owner, $filename, $folder, $mime, $si function upload($db){ + set_time_limit(0); + if(!$_SESSION["login"]){ return UPLOAD_LOGIN; } |
