diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-01-18 07:38:10 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-01-18 07:38:10 +0000 |
commit | 4bb0c93bf970f9634be1846a9c58f6634cad9e09 (patch) | |
tree | 73fdb8111d3481ca0cfda4f51eb1a7c12e3704c5 /installer/install.php | |
parent | 119cf7e1482960cabedad7716e7e2967849bdcd0 (diff) |
Changes to the installer code to use init_var.php and install.sql files
Diffstat (limited to 'installer/install.php')
-rw-r--r-- | installer/install.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/installer/install.php b/installer/install.php index b979f4bf..9aede59c 100644 --- a/installer/install.php +++ b/installer/install.php @@ -96,7 +96,6 @@ $config_valid &= installer::check_docroot_writable(); installer::display_requirements(!$config_valid); if ($config_valid) { - installer::setup_kohana(); print installer::install(); } |