* change the errror porting level.

This commit is contained in:
wangchunsheng
2013-01-08 02:59:39 +00:00
parent 996ba7889a
commit 474c4f6bd7

View File

@@ -1,6 +1,6 @@
<?php
/* Backup the db. */
error_reporting(E_ERROR);
error_reporting(E_ALL ^ E_NOTICE);
/* Include my.php and pclzip class. */
$pmsRoot = dirname(dirname(dirname(__FILE__)));