diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-01-10 22:00:14 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-01-10 22:00:14 +0000 |
commit | 144f8c342b35b8940b93e5934f0c149266f5c313 (patch) | |
tree | df5abc5b8a6aa6fd351052efc21b0bfa258ea0e9 /index.php | |
parent | 15c25d85ece4fa53d5b3ec35e3e564133a328648 (diff) |
Change the format of the internal error messages and pretty print the installation parameters
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ define('SYSPATH', strtr(realpath('kohana') . '/', DIRECTORY_SEPARATOR, '/')); if (!file_exists('var')) { include DOCROOT . "installer/helpers/installer.php"; - if (installer::failed()) { + if (!installer::environment_check()) { installer::display_requirements(); die; } |