diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-21 00:02:52 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-21 00:02:52 +0000 |
| commit | 7d56b7c5f14bdd529ab55be2fbf9a2e6d791587e (patch) | |
| tree | 426b7b0787200a33d82efe6f89da40e63ab77578 /roundcubemail/installer/index.php | |
| parent | 19537d238e61248b0f5d2a643b76597595c32e55 (diff) | |
Added environment checks from check.php-dist
git-svn-id: https://svn.roundcube.net/trunk@1127 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/installer/index.php')
| -rw-r--r-- | roundcubemail/installer/index.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/installer/index.php b/roundcubemail/installer/index.php index be8657799..a7959e48c 100644 --- a/roundcubemail/installer/index.php +++ b/roundcubemail/installer/index.php @@ -25,6 +25,8 @@ <?php + ini_set('display_errors', 1); + require_once 'rcube_install.php'; $RCI = new rcube_install(); |
