commit 7d42229c7ba05244d9b4ff143c4164a6193a3b12
parent 0440f67df0327774e7db01053af084ab45cb0870
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 14 Dec 2014 10:40:41 +0100
why won't work it???
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/core/backend/blog/posts.php b/core/backend/blog/posts.php
@@ -19,6 +19,7 @@ if ($root_3[1] = "core" or $root_3[1] = "themes" or $root_3[1] = "install") {
}else{
$root = $root_1 . '/' . $root_3[1];
}
+echo $root_3[1];
//Check if Database connection established
if (mysqli_connect_errno()) {