diff options
-rw-r--r-- | library/jqupload/server/php/index.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/library/jqupload/server/php/index.php b/library/jqupload/server/php/index.php index 3ae1295ef..be29bf479 100644 --- a/library/jqupload/server/php/index.php +++ b/library/jqupload/server/php/index.php @@ -10,6 +10,10 @@ * http://www.opensource.org/licenses/MIT */ +// Don't allow files to be stored from the demo server + +exit; + error_reporting(E_ALL | E_STRICT); require('UploadHandler.php'); $upload_handler = new UploadHandler(); |