rpicms

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

commit 0d744119772c60792fa56431e4595b490e2f7f17
parent e1781d04ed18e1dec12fae4df33a1f11feba7cc4
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 13 Dec 2014 19:37:52 +0100

maybe now cleane root

Diffstat:
Mcore/backend/admin/blog/newpost.php | 1-
Mindex.php | 1+
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/backend/admin/blog/newpost.php b/core/backend/admin/blog/newpost.php @@ -1,5 +1,4 @@ <?php -include('../../../../include.php'); echo get_include_path(); include('/core/config/variables.config.php'); diff --git a/index.php b/index.php @@ -1,4 +1,5 @@ <?php +include('include.php'); header("Cache-Control: no-cache, must-revalidate, no-store"); //$root = "http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; echo $root;