diff options
author | Mario <mario@mariovavti.com> | 2018-11-25 09:18:26 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-12-02 10:14:58 +0100 |
commit | a151532ffaf55fa1bc0017d9a83cd21c2f885828 (patch) | |
tree | 04286a5a6606c387dc9934d2548d348c48fff8da /vendor/blueimp/jquery-file-upload/server/php/index.php | |
parent | a0d1ce77dc4a74f42cd68c682af8d2d0596cb754 (diff) | |
download | volse-hubzilla-a151532ffaf55fa1bc0017d9a83cd21c2f885828.tar.gz volse-hubzilla-a151532ffaf55fa1bc0017d9a83cd21c2f885828.tar.bz2 volse-hubzilla-a151532ffaf55fa1bc0017d9a83cd21c2f885828.zip |
update jquery-file-upload and psr-log via composer
(cherry picked from commit c7ae3fdc9af6e78ddee63fff4a9938df27d0d39d)
Diffstat (limited to 'vendor/blueimp/jquery-file-upload/server/php/index.php')
-rw-r--r-- | vendor/blueimp/jquery-file-upload/server/php/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/blueimp/jquery-file-upload/server/php/index.php b/vendor/blueimp/jquery-file-upload/server/php/index.php index 9c2cfb8eb..6caabb710 100644 --- a/vendor/blueimp/jquery-file-upload/server/php/index.php +++ b/vendor/blueimp/jquery-file-upload/server/php/index.php @@ -9,7 +9,7 @@ * Licensed under the MIT license: * https://opensource.org/licenses/MIT */ -exit; + error_reporting(E_ALL | E_STRICT); require('UploadHandler.php'); $upload_handler = new UploadHandler(); |