diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-03-28 19:42:35 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-03-28 19:42:35 +0000 |
| commit | d778536f126953a704ce50b17c9cbdf80bbc3088 (patch) | |
| tree | 30e8c78066996200e5dad7cdad12486b3f475332 /roundcubemail/installer/rcube_install.php | |
| parent | fe6712da460a407e25ba0eb4f65b348f3426a20c (diff) | |
Disable installer by default; add config option to enable it again
git-svn-id: https://svn.roundcube.net/trunk@1222 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/installer/rcube_install.php')
| -rw-r--r-- | roundcubemail/installer/rcube_install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/installer/rcube_install.php b/roundcubemail/installer/rcube_install.php index 8caa79d02..07a9922b7 100644 --- a/roundcubemail/installer/rcube_install.php +++ b/roundcubemail/installer/rcube_install.php @@ -171,7 +171,7 @@ class rcube_install $out); } - return $out; + return trim($out); } |
