From 3fc13d6692a1e625df385684c80226602dfcb129 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Fri, 03 Feb 2012 08:12:00 -0500
Subject: [PATCH] Error reporting level is set in config.inc.php, so we can remove it from web/index.php.
---
interface/web/index.php | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/interface/web/index.php b/interface/web/index.php
index b8b32ec..5122d2d 100644
--- a/interface/web/index.php
+++ b/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');
--
Gitblit v1.9.1