Skip to content

Commit 3fc13d6

Browse files
committed
Error reporting level is set in config.inc.php, so we can remove it from web/index.php.
1 parent 391f705 commit 3fc13d6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

interface/web/index.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2929
*/
3030

31-
error_reporting(E_ALL|E_STRICT);
32-
3331
require_once('../lib/config.inc.php');
3432
require_once('../lib/app.inc.php');
3533

0 commit comments

Comments
 (0)