rpicms

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

commit 979089822fea8046632d209f1c97a7eb9ccc624c
parent 68cdc768ca57081791c824cb3c83e4793f723cc8
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 17 Jan 2015 10:24:33 +0100

another try

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

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