From 7c68757f672691d29c749fcbf3a95b22baffcede Mon Sep 17 00:00:00 2001 From: Mateja Date: Sun, 4 Oct 2020 14:46:33 +0200 Subject: finished. polishing --- index.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 6fd938b..39a38ab 100644 --- a/index.php +++ b/index.php @@ -14,6 +14,7 @@ session_start();
QSO"; echo "\n"; - foreach($db->query("SELECT * FROM $table where approved=false ORDER BY `id` DESC") as $row) { + foreach($db->query("SELECT * FROM $table where approved=true ORDER BY `id` DESC") as $row) { echo ""; echo "" . $row['operatorCall'] . ""; echo "" . $row['fromTime'] . ""; -- cgit v1.2.3