From 0ae667e6cfdd1bcc85bacf85cd93a84f99fa88f8 Mon Sep 17 00:00:00 2001
From: cfoe <cfoe@ispconfig3>
Date: Tue, 22 May 2012 04:08:05 -0400
Subject: [PATCH] added missing language string already present in default theme

---
 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