rpicms

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

commit 676feddf02c42b12752701c457a2a74021b70305
parent 1a77fe52e6b679947812cab32241d9754864ee0e
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri, 16 Jan 2015 19:46:43 +0100

new try

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

diff --git a/core/backend/admin/blog/newpost.php b/core/backend/admin/blog/newpost.php @@ -2,10 +2,10 @@ ####################### # flush browser cache # ####################### -header("Cache-Control: no-cache, must-revalidate, no-store"); +//header("Cache-Control: no-cache, must-revalidate, no-store"); echo "test"; -ob_start(); +//ob_start(); ############################### # include files from root dir #