rpicms

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

commit f8bcea8bbb878f1a7bfcdcc3d8811c041d6d9f50
parent dfce3d1075cad0e29f27e1aad78c631b2e470338
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 22 Feb 2015 19:52:22 +0100

still not working

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

diff --git a/themes/jumbotron/update.php b/themes/jumbotron/update.php @@ -6,6 +6,7 @@ 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"; }