summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Mazoyer <gmazoyer@gravitons.in>2016-06-13 16:42:38 +0200
committerGuillaume Mazoyer <gmazoyer@gravitons.in>2016-06-13 16:42:38 +0200
commit7bcc5eac472bbb3e2ef20eaa06e903de213c0f39 (patch)
tree12df6e059125f3640c7e778e3c72c5c1919e3283
parentf35e3e3efe4c724f19594e2a41772b329d890cb8 (diff)
Remove useless tag when disabling IP version.
-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>');
}