diff options
author | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2016-06-13 16:42:38 +0200 |
---|---|---|
committer | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2016-06-13 16:42:38 +0200 |
commit | 7bcc5eac472bbb3e2ef20eaa06e903de213c0f39 (patch) | |
tree | 12df6e059125f3640c7e778e3c72c5c1919e3283 | |
parent | f35e3e3efe4c724f19594e2a41772b329d890cb8 (diff) |
Remove useless tag when disabling IP version.
-rw-r--r-- | index.php | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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>'); } |