aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
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 654f7f8f..aae477bf 100644
--- a/index.php
+++ b/index.php
@@ -159,7 +159,7 @@ require_once 'application/Router.php';
159 159
160// Ensure the PHP version is supported 160// Ensure the PHP version is supported
161try { 161try {
162 checkPHPVersion('5.3', PHP_VERSION); 162 ApplicationUtils::checkPHPVersion('5.3', PHP_VERSION);
163} catch(Exception $exc) { 163} catch(Exception $exc) {
164 header('Content-Type: text/plain; charset=utf-8'); 164 header('Content-Type: text/plain; charset=utf-8');
165 echo $exc->getMessage(); 165 echo $exc->getMessage();