diff options
| author | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-03-23 20:42:24 +0000 |
|---|---|---|
| committer | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-03-23 20:42:24 +0000 |
| commit | 26f78224c51892da0ac28085a2147ed15f092351 (patch) | |
| tree | 019977c624ff3a998e2f379b88f530155c056949 /roundcubemail/installer/index.php | |
| parent | 59db32c2b2d44f4f957174e8e25adecd6ff1a66f (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).)
git-svn-id: https://svn.roundcube.net/trunk@1212 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/installer/index.php')
| -rw-r--r-- | roundcubemail/installer/index.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/roundcubemail/installer/index.php b/roundcubemail/installer/index.php index 264cefcca..3b144dfae 100644 --- a/roundcubemail/installer/index.php +++ b/roundcubemail/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]) { |
