rpicms

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

commit 6bd98567982f6ea1247f1d6a446f4e71bd7fa499
parent 2d3f3221451631e3c9fe95fd6271c3a2d3ea4553
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 13 Dec 2014 20:31:27 +0100

array buggy ?

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 @@ -10,7 +10,7 @@ echo $root_2; #$root_3 = preg_match('~/(.*?)]/~', $root_2, $root); preg_match_all("/\/((?:.(?!\/))*)/s", $root_2, $root); echo " x "; -echo $root[0]; +echo $root[1]; include('/core/config/variables.config.php'); ################