Remove the error reporting in the include php.php.
This commit is contained in:
parent
ee3ff3f7b1
commit
20564c108f
|
|
@ -23,9 +23,6 @@
|
||||||
Contributor(s):
|
Contributor(s):
|
||||||
Mark J Crane <markjcrane@fusionpbx.com>
|
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
|
//session handling
|
||||||
//start the session
|
//start the session
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue