summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.php5
1 files changed, 0 insertions, 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('</option>');
}