diff options
Diffstat (limited to 'actions/ajax_upload.php')
-rw-r--r-- | actions/ajax_upload.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/ajax_upload.php b/actions/ajax_upload.php index 973e4220a..a9743cf54 100644 --- a/actions/ajax_upload.php +++ b/actions/ajax_upload.php @@ -14,6 +14,7 @@ if (!$album) { exit; } +// probably POST limit exceeded if (empty($_FILES)) { exit; } |