rpicms

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

commit 838c52fb193038241cf8ac3273529ee60294c95b
parent f7ac059b98851b2721f34cd42d45aecd2da66933
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 16 May 2015 13:45:15 +0200

some tests

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

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