rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit 7d42229c7ba05244d9b4ff143c4164a6193a3b12
parent 0440f67df0327774e7db01053af084ab45cb0870
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 14 Dec 2014 10:40:41 +0100

why won't work it???

Diffstat:
Mcore/backend/blog/posts.php | 1+
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()) {