Skip to content

Commit 73ee55e

Browse files
committed
Don't query server with server id 0
1 parent c7bf5fd commit 73ee55e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@
6969
}
7070
if (isset($serverjson)) {
7171
foreach ($serverjson as $ServerID) :
72+
if(!$ServerID){
73+
continue;
74+
}
7275
unset($queryresult);
7376
if (!empty($ServerID)) {
7477
if (!$conn) {

0 commit comments

Comments
 (0)