rpicms

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

commit 271df236c1a66697fa0c6775b7f896d1558ba486
parent 5650b0ffe32fe2ca9d719b3d20cf6da5133f24e1
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 16 May 2015 13:49:05 +0200

why the if wont work?

Diffstat:
Mthemes/jumbotron/admin.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php @@ -76,7 +76,7 @@ if(!empty($_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{