summaryrefslogtreecommitdiff
path: root/installer/index.php
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-03-02 13:20:21 +0000
committerthomascube <thomas@roundcube.net>2008-03-02 13:20:21 +0000
commit330127a6123e45a96132910ddd991c37b2ed5953 (patch)
tree8ae558bdb3ad7c5b663110f208e5465763ae3f7c /installer/index.php
parentce102f2fc7ac43d0282ac73ca2254985ee5719c4 (diff)
Disable PHP notices + check for installer script on login page
Diffstat (limited to 'installer/index.php')
-rw-r--r--installer/index.php1
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__) . '/../');