rpicms

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

commit 45e9e9f4d8f26f7beffe582ab712afcce813ff6a
parent af01823abf7c19beae45b88f6a6501d7d0383bb1
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 13 Dec 2014 19:54:36 +0100

more debug

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 @@ -3,6 +3,8 @@ $root_1 = realpath($_SERVER["DOCUMENT_ROOT"]); echo $root_1; echo " x "; $currentdir = getcwd(); +echo getcwd(); +echo " x "; $root_2 = trim($currentdir, $root_1); echo $root_2; include('/core/config/variables.config.php');