rpicms

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

commit 1a77fe52e6b679947812cab32241d9754864ee0e
parent 7ccb35e83edd737219c86b260c7c4fbcbdedf043
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri, 16 Jan 2015 19:45:22 +0100

php is working...

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

diff --git a/core/backend/admin/blog/newpost.php b/core/backend/admin/blog/newpost.php @@ -1,11 +1,11 @@ -<!--<?php -print_r($_POST); -echo "test"; -//ob_start(); +<?php ####################### # flush browser cache # ####################### header("Cache-Control: no-cache, must-revalidate, no-store"); +echo "test"; + +ob_start(); ############################### # include files from root dir # @@ -52,8 +52,4 @@ while (ob_get_status()) { ob_end_clean(); } //header( "Location: ../../../../" ); -?>--> - -<?php - echo "test"; ?> \ No newline at end of file