rpicms

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

commit bd41e8df6afc0fbec581157e3e5782a0457c3c6f
parent 144edf2d92006a955161bd1b1e35c4e7b90dcce5
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 14 Dec 2014 10:47:28 +0100

:/

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 @@ -72,7 +72,7 @@ $currentdir = getcwd(); $root_2 = str_replace($root_1, '', $currentdir); $root_3 = explode("/", $root_2); print_r($root_3); -if ($root_3[1] = "core" or $root_3[1] = "themes" or $root_3[1] = "install") { +if ($root_3[1] = "core") { $root = realpath($_SERVER["DOCUMENT_ROOT"]); }else{ $root = $root_1 . '/' . $root_3[1];