commit 7882c9c9520a95cfbd5a03b678a8198e010499bf parent 8cbb585120ef1dd3bcdc18099bd3969a3d0795ce Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 14 Dec 2014 10:59:29 +0100 add missing link Diffstat:
| M | core/backend/blog/posts.php | | | 2 | +- |
| M | themes/jumbotron/index.php | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/backend/blog/posts.php b/core/backend/blog/posts.php @@ -20,7 +20,7 @@ if ($root_3[1] == 'core') { }else{ $root = $root_1 . '/' . $root_3[1]; } - + include($root . '/core/config/connect.db.inc.php'); //Check if Database connection established if (mysqli_connect_errno()) { printf("Verbindung fehlgeschlagen: %s\n", mysqli_connect_error()); diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -44,7 +44,7 @@ if ($root_3[1] == 'core') { }else{ $author = ""; } - include('../../core/config/variables.config.php'); + include($root . '/core/config/variables.config.php'); ################ # lang support #