Skip to content

Commit

Permalink
change error reporting to -1
Browse files Browse the repository at this point in the history
  • Loading branch information
h2lsoft committed Nov 26, 2015
1 parent 7b6fe73 commit 0ba56b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/examples/header.inc.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

ini_set('display_errors', 1);
error_reporting(E_ALL);
error_reporting(-1);
include(__DIR__.'/../Tpln/Engine.php');

0 comments on commit 0ba56b2

Please sign in to comment.