diff options
author | thomascube <thomas@roundcube.net> | 2008-02-21 00:02:52 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-02-21 00:02:52 +0000 |
commit | 6557d3005ca187912cf053f3897c43a991916e56 (patch) | |
tree | e189fd4a4042582c8dcfa5e879766c83faa3f0c2 /installer/index.php | |
parent | 103d6b697ce53eb8e954b4a4c9eac659ef942b24 (diff) |
Added environment checks from check.php-dist
Diffstat (limited to 'installer/index.php')
-rw-r--r-- | installer/index.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/installer/index.php b/installer/index.php index be8657799..a7959e48c 100644 --- a/installer/index.php +++ b/installer/index.php @@ -25,6 +25,8 @@ <?php + ini_set('display_errors', 1); + require_once 'rcube_install.php'; $RCI = new rcube_install(); |