aboutsummaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-10-20 15:27:35 -0700
committerzotlabs <mike@macgirvin.com>2018-10-20 15:27:35 -0700
commit7c49f227022ccbfe020121029da94373765abd67 (patch)
tree541ae237d333a9d52b8f49ea698e327723bcb967 /library
parentc6bfd5e7befedf79ab6f7e70902e5fb2aa69fa6f (diff)
downloadvolse-hubzilla-7c49f227022ccbfe020121029da94373765abd67.tar.gz
volse-hubzilla-7c49f227022ccbfe020121029da94373765abd67.tar.bz2
volse-hubzilla-7c49f227022ccbfe020121029da94373765abd67.zip
disable blueimp demo server
Diffstat (limited to 'library')
-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();