removing notices

This commit is contained in:
lopar 2018-03-03 02:23:56 +02:00
parent 13867c2864
commit b70edbbb7c
2 changed files with 0 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 93 B

After

Width:  |  Height:  |  Size: 93 B

View File

@ -5,7 +5,6 @@ include_once "config.php";
$timer = time() - 60;
$data = db::c()->query('SELECT `login`,`status`,`align`,(SELECT 1 FROM `online` WHERE `date` >= ?i AND `id` = users.`id`) AS `online` FROM `users` WHERE `align` = 1 ORDER BY `login` ASC', $timer);
var_dump($data);
?>
<!doctype html>
<html>