rpicms

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

commit 320aa3359ee42d24922fa81648a900d980fa46bb
parent 3ac6c9f1d7ff26ffbb536f44a69145448351930c
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 13 Dec 2014 20:25:05 +0100

There were more wrong strings :/

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

diff --git a/core/backend/admin/blog/newpost.php b/core/backend/admin/blog/newpost.php @@ -12,8 +12,8 @@ echo $root_2; $First = "/"; $Second = "/"; -$Firstpos=strpos($String, $First); -$Secondpos=strpos($String, $Second); +$Firstpos=strpos($root_2, $First); +$Secondpos=strpos($root_2, $Second); $root = substr($root_2 , $Firstpos, $Secondpos); echo " x ";