summaryrefslogtreecommitdiff
path: root/public/index.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2014-09-08 14:12:42 +0200
committerPhilip Häusler <msquare@notrademark.de>2014-09-08 14:12:42 +0200
commit8a0bd3d55cb0a012056a13ab8e4158a69ccb4764 (patch)
tree554313a324a88aa6545b77598fc5524131ab969d /public/index.php
parent1785c386989860f0608be245c02d03645a608cfc (diff)
several fixes
- syntax error in index.php - switched from sass to less because of bootstrap submodule
Diffstat (limited to 'public/index.php')
-rw-r--r--public/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.php b/public/index.php
index 7fe6671c..9c9cd53f 100644
--- a/public/index.php
+++ b/public/index.php
@@ -37,7 +37,7 @@ require_once realpath(__DIR__ . '/../includes/helper/error_helper.php');
require_once realpath(__DIR__ . '/../includes/helper/email_helper.php');
require_once realpath(__DIR__ . '/../config/config.default.php');
-if (file_exists(realpath(__DIR__ . '/../config/config.php'))
+if (file_exists(realpath(__DIR__ . '/../config/config.php')))
require_once realpath(__DIR__ . '/../config/config.php');
require_once realpath(__DIR__ . '/../includes/pages/admin_active.php');