rpicms

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

commit 6aef9e5adaaffbed50869e1d88475b73aba22a85
parent 6f5d9dbd8f3df63d2014e8b8dd73b79076c7f549
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 17 Jan 2015 10:19:03 +0100

I've killed to much :D

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 @@ -33,7 +33,7 @@ if (mysqli_connect_errno()) { printf("Verbindung fehlgeschlagen: %s\n", mysqli_connect_error()); exit(); } - +$user = "test"; if ($resultat = $connection->query('SELECT email FROM allowed_user')) { $allowed_user = $resultat; while($daten = $resultat->fetch_object() ){