From 7bcc5eac472bbb3e2ef20eaa06e903de213c0f39 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Mon, 13 Jun 2016 16:42:38 +0200 Subject: Remove useless tag when disabling IP version. --- index.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/index.php b/index.php index 9b90915..fd6b4dd 100644 --- a/index.php +++ b/index.php @@ -58,11 +58,6 @@ final class LookingGlass { print(' selected="selected"'); } print('>'.$this->routers[$router]['desc']); - if ($this->routers[$router]['disable_ipv6']) { - print(' (IPv4 only)'); - } else if ($this->routers[$router]['disable_ipv4']) { - print(' (IPv6 only)'); - } print(''); } -- cgit v1.2.3