diff options
-rw-r--r-- | library/blueimp_upload/server/php/index.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/library/blueimp_upload/server/php/index.php b/library/blueimp_upload/server/php/index.php deleted file mode 100644 index 6caabb710..000000000 --- a/library/blueimp_upload/server/php/index.php +++ /dev/null @@ -1,15 +0,0 @@ -<?php -/* - * jQuery File Upload Plugin PHP Example - * https://github.com/blueimp/jQuery-File-Upload - * - * Copyright 2010, Sebastian Tschan - * https://blueimp.net - * - * Licensed under the MIT license: - * https://opensource.org/licenses/MIT - */ - -error_reporting(E_ALL | E_STRICT); -require('UploadHandler.php'); -$upload_handler = new UploadHandler(); |