diff options
Diffstat (limited to 'installer/index.php')
-rw-r--r-- | installer/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installer/index.php b/installer/index.php index a5225eb54..264cefcca 100644 --- a/installer/index.php +++ b/installer/index.php @@ -26,6 +26,7 @@ <?php + ini_set('error_reporting', E_ALL&~E_NOTICE); ini_set('display_errors', 1); $docroot = realpath(dirname(__FILE__) . '/../'); |