diff options
author | zotlabs <mike@macgirvin.com> | 2018-10-20 15:27:35 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-10-20 15:27:35 -0700 |
commit | 7c49f227022ccbfe020121029da94373765abd67 (patch) | |
tree | 541ae237d333a9d52b8f49ea698e327723bcb967 | |
parent | c6bfd5e7befedf79ab6f7e70902e5fb2aa69fa6f (diff) | |
download | volse-hubzilla-7c49f227022ccbfe020121029da94373765abd67.tar.gz volse-hubzilla-7c49f227022ccbfe020121029da94373765abd67.tar.bz2 volse-hubzilla-7c49f227022ccbfe020121029da94373765abd67.zip |
disable blueimp demo server
-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(); |