rpicms

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

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

new try

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

diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php @@ -43,7 +43,7 @@ if ($resultat = $connection->query('SELECT email FROM allowed_user')) { } if (!isset($allowed_user)) { echo "You not logged in!"; -} +}else{ foreach ($allowed_user as $subarray){ if(in_array($user, $subarray)){ @@ -293,4 +293,5 @@ foreach($langs as $prio => $lang) { echo "You not logged in!"; } } +} ?> \ No newline at end of file