summaryrefslogtreecommitdiff
path: root/roundcubemail/installer/index.php
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-03-02 13:20:21 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-03-02 13:20:21 +0000
commit431ee0e539fd0378f235d9684663d20223101f00 (patch)
treeb5c01f9e052aca7779612ee36bbef3695aa55d6f /roundcubemail/installer/index.php
parentc102b0b2d3d993134d166b9ce1de7614b635eeb5 (diff)
Disable PHP notices + check for installer script on login page
git-svn-id: https://svn.roundcube.net/trunk@1162 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/installer/index.php')
-rw-r--r--roundcubemail/installer/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/installer/index.php b/roundcubemail/installer/index.php
index a5225eb54..264cefcca 100644
--- a/roundcubemail/installer/index.php
+++ b/roundcubemail/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__) . '/../');