From 6557d3005ca187912cf053f3897c43a991916e56 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Wed, 20 Feb 2008 19:02:52 -0500 Subject: [PATCH] Added environment checks from check.php-dist --- installer/index.php | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/installer/index.php b/installer/index.php index be86577..a7959e4 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(); -- Gitblit v1.9.1