rpicms

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

commit 87523c6f99077a44926c0f1cfccf51069da394e2
parent 271df236c1a66697fa0c6775b7f896d1558ba486
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 16 May 2015 13:50:26 +0200

should work now

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

diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php @@ -74,9 +74,7 @@ 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"){ + if($get_function == "edit"){ #header("HTTP/1.1 301 Moved Permanently", true, 301); #header( "Location: ../../?file=admin.php#posts" ); }else{