tbrehm
2012-02-03 3fc13d6692a1e625df385684c80226602dfcb129
Error reporting level is set in config.inc.php, so we can remove it from web/index.php.
1 files modified
2 ■■■■■ changed files
interface/web/index.php 2 ●●●●● patch | view | raw | blame | history
interface/web/index.php
@@ -28,8 +28,6 @@
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
error_reporting(E_ALL|E_STRICT);
require_once('../lib/config.inc.php');
require_once('../lib/app.inc.php');