diff options
author | till <till@php.net> | 2008-03-23 20:42:24 +0000 |
---|---|---|
committer | till <till@php.net> | 2008-03-23 20:42:24 +0000 |
commit | 7635d21b4c128e383e61b27981872200c13bf4d5 (patch) | |
tree | 48d2b790517d6ca28295fff405289ae18667a09a /installer/index.php | |
parent | 63210208c5bb350000f749a96cc651ad3d13a71b (diff) |
* fixing bug where people got: Call to undefined function decrypt_passwd()
(The form fields for smtp and imap test shared names and imap test overwrote smtp test fields (obviously).)
Diffstat (limited to 'installer/index.php')
-rw-r--r-- | installer/index.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/installer/index.php b/installer/index.php index 264cefcca..3b144dfae 100644 --- a/installer/index.php +++ b/installer/index.php @@ -25,7 +25,6 @@ <h1>RoundCube Webmail Installer</h1> <?php - ini_set('error_reporting', E_ALL&~E_NOTICE); ini_set('display_errors', 1); @@ -51,7 +50,6 @@ </ol> <?php - $include_steps = array('welcome.html', 'check.php', 'config.php', 'test.php'); if ($include_steps[$RCI->step]) { |