array ("get", "integer", ""), "is_subnet" => array ("post", "string", ""), "id" => array ("post", "integer", 0), "ip" => array ("post", "string", ""), "subnet" => array ("post", "integer" ,0), "infos" => array ("post", "string" ,""), ); getFields($fields); if (!empty($delete_id)) { if (! $authip->ip_delete($delete_id)) { $error="Error during recording"; } } if (!empty($is_subnet) && !empty($ip)) { if (! $authip->ip_save($id, $ip, $subnet, $infos)) { $error="Error during recording"; } } ?>



list_ip() as $i) { if (checkip($i['ip'])) { if ($i['subnet']==32) { $txt="Address IPv4"; $ip="${i['ip']}"; } else { $txt="Subnet IPv4"; $ip="${i['ip']}/${i['subnet']}"; } } elseif (checkipv6($i['ip'])) { if ($i['subnet']==128) { $txt="Address IPv6"; $ip="${i['ip']}"; } else { $txt="Subnet IPv6"; $ip="${i['ip']}/${i['subnet']}"; } } echo ""; ?>
$txt$ip${i['infos']}
- );" >




/


" />