From 3fc13d6692a1e625df385684c80226602dfcb129 Mon Sep 17 00:00:00 2001 From: tbrehm Date: Fri, 3 Feb 2012 13:12:00 +0000 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 file changed, 2 deletions(-) diff --git a/interface/web/index.php b/interface/web/index.php index b8b32ec78..5122d2d07 100644 --- a/interface/web/index.php +++ b/interface/web/index.php @@ -28,8 +28,6 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 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'); -- GitLab