rpicms

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

commit e1dee2d13e5b3afdcb283dec91ec8d2be551d067
parent 4f90b28068f431ca6da50dabf7160fdb5a95173a
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 16 May 2015 13:47:35 +0200

more debug

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

diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php @@ -78,6 +78,8 @@ if(!empty($_GET['function'])){ #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);