Add IPv6 support
Split IPv4 and IPv6 calculations into different JS files to make them easier to understand. IDE decided to format HTML code and I left it as-is.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?
|
||||
for ($i=0;$i<=32; $i++) {
|
||||
<?php
|
||||
for ($i=0;$i<=128; $i++) {
|
||||
|
||||
$str = '/'.$i;
|
||||
$font = 2;
|
||||
|
Reference in New Issue
Block a user