aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-10-20 22:27:35 +0000
committerMario <mario@mariovavti.com>2018-10-21 08:49:43 +0200
commit9cbbc80f7a86498da05235b54942a4ed964e6d73 (patch)
treedb7b501bcd1567003123f21861a8e84c3a262db3
parentfa9e9510e5d993d183feb942fe74be5fdd07f5cf (diff)
downloadvolse-hubzilla-9cbbc80f7a86498da05235b54942a4ed964e6d73.tar.gz
volse-hubzilla-9cbbc80f7a86498da05235b54942a4ed964e6d73.tar.bz2
volse-hubzilla-9cbbc80f7a86498da05235b54942a4ed964e6d73.zip
disable blueimp demo server
(cherry picked from commit 7c49f227022ccbfe020121029da94373765abd67)
-rw-r--r--library/blueimp_upload/server/php/index.php15
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();