rpicms

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

commit f1532761e2346691f57590451a1a26bdf5cfd843
parent af93940fdf975b18a5fb6fd6dc474890e3a62714
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 13 Dec 2014 19:59:02 +0100

change parameters

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 @@ -5,7 +5,7 @@ echo " x "; $currentdir = getcwd(); echo getcwd(); echo " x "; -$root_2 = str_replace($currentdir, '', $root_1); +$root_2 = str_replace('', $currentdir, $root_1); echo $root_2; include('/core/config/variables.config.php');