rpicms

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

commit 7ccb35e83edd737219c86b260c7c4fbcbdedf043
parent 0d748f933240b4f955b8809ead32b05e0685c3b2
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri, 16 Jan 2015 19:43:46 +0100

Maybe my php isn't working?

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

diff --git a/core/backend/admin/blog/newpost.php b/core/backend/admin/blog/newpost.php @@ -1,4 +1,4 @@ -<?php +<!--<?php print_r($_POST); echo "test"; //ob_start(); @@ -52,4 +52,8 @@ while (ob_get_status()) { ob_end_clean(); } //header( "Location: ../../../../" ); +?>--> + +<?php + echo "test"; ?> \ No newline at end of file