Remove the error reporting in the include php.php.
This commit is contained in:
parent
e3b874ee35
commit
d25a904079
|
|
@ -23,9 +23,6 @@
|
|||
Contributor(s):
|
||||
Mark J Crane <markjcrane@fusionpbx.com>
|
||||
*/
|
||||
error_reporting(E_ALL ^ E_NOTICE); //hide notices
|
||||
//error_reporting(E_ALL ^ E_NOTICE ^ E_WARNING ); //hide notices and warnings
|
||||
//error_reporting(E_ALL);
|
||||
|
||||
//session handling
|
||||
//start the session
|
||||
|
|
|
|||
Loading…
Reference in New Issue