rpicms

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

commit 3eedee50e3e5ac8eca043aa677bf67f03144aa1d
parent fbd0c941e9414bbfd68c6ec399d36afc1328b1f6
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 13 Dec 2014 19:43:41 +0100

...

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

diff --git a/core/backend/admin/blog/newpost.php b/core/backend/admin/blog/newpost.php @@ -1,6 +1,7 @@ <?php $root = realpath($_SERVER["DOCUMENT_ROOT"]); -echo "$root\n"; +echo $root . "\n"; +echo getcwd() . "\n"; echo get_include_path(); include('/core/config/variables.config.php');