parent
ad714fb280
commit
a23095d8b8
|
|
@ -43,3 +43,4 @@
|
|||
//error_reporting (E_ALL); // Report everything
|
||||
//error_reporting (E_ALL ^ E_NOTICE); // hide notices
|
||||
error_reporting(E_ALL ^ E_NOTICE ^ E_WARNING ); //hide notices and warnings
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue