removing error reporting for debugging

This commit is contained in:
Sebastian Grewe 2013-07-02 21:10:12 +02:00
parent 7e4938f279
commit 591fc3733b

View File

@ -1,6 +1,4 @@
<?php
error_reporting(E_ALL);
// Make sure we are called from index.php
if (!defined('SECURITY')) die('Hacking attempt');