rpicms

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

commit 1ef03d5be25ff779407934cae306a46ac7f61213
parent 0dfaedffb0cda7d2a7531b99c71c7afb7c0d0736
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 23 Nov 2014 19:45:24 +0100

fix missing $empty

Diffstat:
Mthemes/accentbox/index.php | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/themes/accentbox/index.php b/themes/accentbox/index.php @@ -4,6 +4,12 @@ ####################### header("Cache-Control: no-cache, must-revalidate, no-store"); +$error = "0"; +$empty = empty($_GET["id"]); +if (!$empty){ + $id = $_GET["id"]; +} + ################ # lang support # ################