commit 5d99d2ff2b1f06552037eaf47ef61dc778c7644f
parent 1a64bd82506ac7b00ac98c948e9385bd6ecc6447
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 17 Jan 2015 11:20:09 +0100
:/
Diffstat:
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php
@@ -46,8 +46,8 @@ if ($resultat = $connection->query('SELECT email FROM allowed_user')) {
while ($x < $user_ids+1){
$allowed_user = $resultat->fetch_array(MYSQLI_NUM);
$x = $x+1;
- }
-}
+# }
+#}
var_dump($allowed_user);
$allowed_user = array_filter($allowed_user);
if (empty($allowed_user)) {
@@ -56,7 +56,6 @@ if (empty($allowed_user)) {
foreach ($allowed_user as $subarray){
if(in_array($user, $subarray)){
-
################
# lang support #
################
@@ -303,4 +302,6 @@ foreach($langs as $prio => $lang) {
}
}
}
+}
+}
?>
\ No newline at end of file