. */ session_start(); // hide all error error_reporting(0); if (!isset($_SESSION["mikhmon"])) { header("Location:../admin.php?id=login"); } else { $getbinding = $API->comm("/ip/hotspot/ip-binding/print"); $TotalReg = count($getbinding); $countbinding = $API->comm("/ip/hotspot/ip-binding/print", array( "count-only" => "", )); } ?>
| = $_name ?> | MAC Address | Address | To Address | Server |        | "; } else { $uriprocess = "'./?disable-ip-binding=" . $id . "&session=" . $session . "'"; echo ""; } echo ""; if ($binding['bypassed'] == "true") { echo "P"; } else { } echo " | "; echo "" . $commt . " | "; echo "" . $maca . " | "; echo "" . $addr . " | "; echo "" . $toaddr . " | "; echo "" . $server . " | "; echo ""; } ?>
|---|