diff options
author | thomascube <thomas@roundcube.net> | 2008-02-27 08:11:17 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-02-27 08:11:17 +0000 |
commit | b3f9dfb54e46e63d14e605ea88605b6bc1ffa17d (patch) | |
tree | aae4be12ab7b652d0102cea8c1d388d9c3458e36 /installer/test.php | |
parent | ead3d2a16721df59428889d531cb6bd52fe65381 (diff) |
Allow to skip the config step if config files already exist
Diffstat (limited to 'installer/test.php')
-rw-r--r-- | installer/test.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/installer/test.php b/installer/test.php index 0f499eba3..d0cb77716 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'); |