summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-01-10 22:00:14 +0000
committerTim Almdal <tnalmdal@shaw.ca>2009-01-10 22:00:14 +0000
commit144f8c342b35b8940b93e5934f0c149266f5c313 (patch)
treedf5abc5b8a6aa6fd351052efc21b0bfa258ea0e9 /index.php
parent15c25d85ece4fa53d5b3ec35e3e564133a328648 (diff)
Change the format of the internal error messages and pretty print the installation parameters
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index ac285645..e68d1926 100644
--- a/index.php
+++ b/index.php
@@ -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;
}