rpicms

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

commit fbd0c941e9414bbfd68c6ec399d36afc1328b1f6
parent 0d744119772c60792fa56431e4595b490e2f7f17
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 13 Dec 2014 19:41:59 +0100

It won't work like it should do...

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,4 +1,6 @@ <?php +$root = realpath($_SERVER["DOCUMENT_ROOT"]); +echo "$root\n"; echo get_include_path(); include('/core/config/variables.config.php');