Thomas Bruederli
2013-01-07 6fdc35e13eff20c82e314a620158e56aa8366648
installer/test.php
@@ -3,8 +3,8 @@
<h3>Check config files</h3>
<?php
$read_main = is_readable(RCUBE_CONFIG_DIR.'/main.inc.php');
$read_db = is_readable(RCUBE_CONFIG_DIR.'/db.inc.php');
$read_main = is_readable(RCUBE_CONFIG_DIR . 'main.inc.php');
$read_db = is_readable(RCUBE_CONFIG_DIR . 'db.inc.php');
if ($read_main && !empty($RCI->config)) {
  $RCI->pass('main.inc.php');