rpicms

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

commit cc9f0b4c7e93c6454e1b41416f2f11e22d9de012
parent fac5d1c53a2adaf31c70c3b25ea30f5ab879c18c
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 14 Dec 2014 10:44:28 +0100

wrong file...

Diffstat:
Mcore/backend/blog/posts.php | 1-
Mthemes/jumbotron/index.php | 1+
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/backend/blog/posts.php b/core/backend/blog/posts.php @@ -19,7 +19,6 @@ if ($root_3[1] = "core" or $root_3[1] = "themes" or $root_3[1] = "install") { }else{ $root = $root_1 . '/' . $root_3[1]; } -print($root_3[1]); //Check if Database connection established if (mysqli_connect_errno()) { diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -76,6 +76,7 @@ if ($root_3[1] = "core" or $root_3[1] = "themes" or $root_3[1] = "install") { }else{ $root = $root_1 . '/' . $root_3[1]; } +print_r($root_3); ?> <!DOCTYPE html> <html lang="en">