From 144f8c342b35b8940b93e5934f0c149266f5c313 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sat, 10 Jan 2009 22:00:14 +0000 Subject: Change the format of the internal error messages and pretty print the installation parameters --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') 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; } -- cgit v1.2.3