summaryrefslogtreecommitdiff
path: root/roundcubemail/installer/index.php
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-02-21 00:02:52 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-02-21 00:02:52 +0000
commit7d56b7c5f14bdd529ab55be2fbf9a2e6d791587e (patch)
tree426b7b0787200a33d82efe6f89da40e63ab77578 /roundcubemail/installer/index.php
parent19537d238e61248b0f5d2a643b76597595c32e55 (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.php2
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();