rpicms

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

commit af01823abf7c19beae45b88f6a6501d7d0383bb1
parent ed9da774977431bd233b0675ce869540b8e18219
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 13 Dec 2014 19:53:24 +0100

debuging

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

diff --git a/core/backend/admin/blog/newpost.php b/core/backend/admin/blog/newpost.php @@ -1,5 +1,7 @@ <?php $root_1 = realpath($_SERVER["DOCUMENT_ROOT"]); +echo $root_1; +echo " x "; $currentdir = getcwd(); $root_2 = trim($currentdir, $root_1); echo $root_2;