diff options
author | thomascube <thomas@roundcube.net> | 2008-03-28 19:42:35 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-03-28 19:42:35 +0000 |
commit | 967b342039261ab294fe85d806fe49ce16391ada (patch) | |
tree | 92025c37144c671aad5d297d7967b165cfd140f7 /installer/rcube_install.php | |
parent | 1b7ac67161a967d2c1c51b9adf109e7da0231999 (diff) |
Disable installer by default; add config option to enable it again
Diffstat (limited to 'installer/rcube_install.php')
-rw-r--r-- | installer/rcube_install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/rcube_install.php b/installer/rcube_install.php index 8caa79d02..07a9922b7 100644 --- a/installer/rcube_install.php +++ b/installer/rcube_install.php @@ -171,7 +171,7 @@ class rcube_install $out); } - return $out; + return trim($out); } |