rpicms

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

commit 4f90b28068f431ca6da50dabf7160fdb5a95173a
parent 838c52fb193038241cf8ac3273529ee60294c95b
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 16 May 2015 13:46:16 +0200

debug

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

diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php @@ -68,7 +68,9 @@ foreach($langs as $prio => $lang) { ?> <?php if(!empty($_GET['function'])){ + echo "1"; if(!empty($_GET['id'])){ + echo "2"; include($root . '/core/backend/blog/posts.php'); $get_function = $_GET['function']; $get_id = $_GET['id']; @@ -77,6 +79,7 @@ if(!empty($_GET['function'])){ #header( "Location: ../../?file=admin.php#posts" ); }else{ deletePost($get_id); + echo "3"; #header("HTTP/1.1 301 Moved Permanently", true, 301); #header( "Location: ../../?file=admin.php#posts" ); }