rpicms

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

commit f5579440ad56a98e9e150ba355e32c8cbb95c199
parent 979089822fea8046632d209f1c97a7eb9ccc624c
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 17 Jan 2015 10:32:36 +0100

work around

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

diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php @@ -41,6 +41,7 @@ if ($resultat = $connection->query('SELECT email FROM allowed_user')) { } #$resultat->close(); } +$allowed_user = array_filter($allowed_user); if (empty($allowed_user)) { echo "You not logged in!"; }else{