From 8a0bd3d55cb0a012056a13ab8e4158a69ccb4764 Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Mon, 8 Sep 2014 14:12:42 +0200 Subject: several fixes - syntax error in index.php - switched from sass to less because of bootstrap submodule --- public/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/index.php') 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'); -- cgit v1.2.3-70-g09d2