rpicms

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

commit fbd5f8d4503fa201f7d33fa8ef052647cc1aedcc
parent 3e33aac93d18e7af4fa2741ec5fb2301c708de0f
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 17 Jan 2015 12:02:07 +0100

cleanup code

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

diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php @@ -37,7 +37,6 @@ $user = "test"; if ($resultat = $connection->query("SELECT * FROM allowed_user WHERE email LIKE '$user'")) { while($daten = $resultat->fetch_object() ){ $allowed_user = $daten->email; - var_dump($daten); } } #if (empty($allowed_user)) {