diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
161 | try { | 161 | try { |
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(); |