rpicms

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

commit 2f9e1bf9e65b230e25f85591d63f6db32bc9a8df
parent f5579440ad56a98e9e150ba355e32c8cbb95c199
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 17 Jan 2015 10:34:35 +0100

Nearly :/

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(); } +var_dump($allowed_user) $allowed_user = array_filter($allowed_user); if (empty($allowed_user)) { echo "You not logged in!";