From b3f9dfb54e46e63d14e605ea88605b6bc1ffa17d Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Wed, 27 Feb 2008 03:11:17 -0500
Subject: [PATCH] Allow to skip the config step if config files already exist
---
installer/test.php | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/installer/test.php b/installer/test.php
index 0f499eb..d0cb777 100644
--- a/installer/test.php
+++ b/installer/test.php
@@ -3,9 +3,6 @@
<h3>Check config files</h3>
<?php
-// load local config files
-$RCI->load_config();
-
$read_main = is_readable('../config/main.inc.php');
$read_db = is_readable('../config/db.inc.php');
--
Gitblit v1.9.1