rpicms

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

commit 6cd82c3e08a26fb908dc2ce8cff2762e98810201
parent c8259e66ad9204ea209efb85fb2d8d51c346b054
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 13 Dec 2014 20:42:35 +0100

everything trolls me

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 "; print_r($root); include('/core/config/variables.config.php');