rpicms

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

commit 525e896c954852f5643a3ee7e88ca7449765ea38
parent 894b6a4efe5fa027cf48b534de9c7ff49b88de80
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 28 Feb 2015 20:51:54 +0100

remove debug code

Diffstat:
Mthemes/jumbotron/update.php | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/themes/jumbotron/update.php b/themes/jumbotron/update.php @@ -24,7 +24,6 @@ header("Cache-Control: no-cache, must-revalidate, no-store"); if(isset($_GET['update']) && function_exists($_GET['update'])){ call_user_func($_GET['update']); - echo "test"; }else{ echo "Function not found or wrong input"; }