From 43486922fac591683fcbe4335166c349f726c6eb Mon Sep 17 00:00:00 2001 From: thomascube Date: Wed, 31 Aug 2011 13:36:27 +0000 Subject: Improve error reporting in installer --- installer/index.php | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'installer/index.php') diff --git a/installer/index.php b/installer/index.php index 8df7ab0ef..7ed52240b 100644 --- a/installer/index.php +++ b/installer/index.php @@ -1,5 +1,33 @@ | + +-------------------------------------------------------------------------+ + + $Id$ + +*/ + ini_set('error_reporting', E_ALL&~E_NOTICE); ini_set('display_errors', 1); -- cgit v1.2.3