summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.php b/index.php
index b1f9eccb..ac285645 100644
--- a/index.php
+++ b/index.php
@@ -46,9 +46,9 @@ define('THEMEPATH', strtr(realpath('themes') . '/', DIRECTORY_SEPARATOR, '/'));
define('SYSPATH', strtr(realpath('kohana') . '/', DIRECTORY_SEPARATOR, '/'));
if (!file_exists('var')) {
- include DOCROOT . "installer/helpers/system_check.php";
- if (system_check::failed()) {
- system_check::display_requirements();
+ include DOCROOT . "installer/helpers/installer.php";
+ if (installer::failed()) {
+ installer::display_requirements();
die;
}
}