rpicms

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

commit 86627cd4ee03fc457243d400a28d11a2a895cb16
parent 75fd61fe61db9542bc460b199f72caeb39c0bf0d
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 14 Dec 2014 10:57:18 +0100

google is hopefully right :D

Diffstat:
Mthemes/jumbotron/index.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -12,7 +12,7 @@ $root_1 = realpath($_SERVER["DOCUMENT_ROOT"]); $currentdir = getcwd(); $root_2 = str_replace($root_1, '', $currentdir); $root_3 = explode("/", $root_2); -if ($root_3[1] = 'core') { +if ($root_3[1] == 'core') { echo $root_3[1]; $root = realpath($_SERVER["DOCUMENT_ROOT"]); }else{