commit 4aa45e4f56f952f9ac42886587c843f7f0b0155e
parent 0e682eeca4d530f05957fae63d934a7f46550c83
Author: Nixx <nixx@firemail.cc>
Date: Sun, 22 Aug 2021 16:50:00 +0100
Bug
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webring.php b/webring.php
@@ -40,7 +40,7 @@ if(!in_array($network, $valid_network)) die('ERROR: Invalid network \''.$network
// Remove irrelevant rows
$count = 0;
-while($count < $length){
+while($count <= $length){
if($list[$count][0] != $network){
array_splice($list, $count, 1);
$length = count($list) - 1;