rpicms

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

commit 5650b0ffe32fe2ca9d719b3d20cf6da5133f24e1
parent e1dee2d13e5b3afdcb283dec91ec8d2be551d067
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 16 May 2015 13:48:07 +0200

hmm

Diffstat:
Mthemes/jumbotron/admin.php | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php @@ -74,12 +74,12 @@ if(!empty($_GET['function'])){ include($root . '/core/backend/blog/posts.php'); $get_function = $_GET['function']; $get_id = $_GET['id']; + echo "function: $get_function"; + echo "id: $get_id"; if($get_function="edit"){ #header("HTTP/1.1 301 Moved Permanently", true, 301); #header( "Location: ../../?file=admin.php#posts" ); }else{ - echo "function: $get_function"; - echo "id: $get_id"; deletePost($get_id); echo "3"; #header("HTTP/1.1 301 Moved Permanently", true, 301);