rpicms

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

commit 9b516fd060b1675647c9107104e5063136ea9f79
parent 6e87f4bd99a20d0e5e1d59dae1df136a550026fc
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 13 Dec 2014 20:29:56 +0100

I failed again...

Diffstat:
Mcore/backend/admin/blog/newpost.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/backend/admin/blog/newpost.php b/core/backend/admin/blog/newpost.php @@ -8,7 +8,7 @@ $currentdir = getcwd(); $root_2 = str_replace($root_1, '', $currentdir); echo $root_2; #$root_3 = preg_match('~/(.*?)]/~', $root_2, $root); -preg_match_all("//((?:.(?!/))*)/s", $$root_2, $root); +preg_match_all("//((?:.(?!/))*)/s", $root_2, $root); echo " x "; echo $root[0]; include('/core/config/variables.config.php');