don't allow the demo upload server to operate - otherwise one could find themselves with a bunch of unwanted uploads
This commit is contained in:
parent
f3a7bf913f
commit
3459c717d4
@ -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();
|
||||
|
Reference in New Issue
Block a user