diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-03-02 13:20:21 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-03-02 13:20:21 +0000 |
| commit | 431ee0e539fd0378f235d9684663d20223101f00 (patch) | |
| tree | b5c01f9e052aca7779612ee36bbef3695aa55d6f /roundcubemail/installer/index.php | |
| parent | c102b0b2d3d993134d166b9ce1de7614b635eeb5 (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.php | 1 |
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__) . '/../'); |
