. */ session_start(); // hide all error error_reporting(0); if (!isset($_SESSION["mikhmon"])) { header("Location:../admin.php?id=login"); } else { $getcookies = $API->comm("/ip/hotspot/cookie/print"); $TotalReg = count($getcookies); $countcookies = $API->comm("/ip/hotspot/cookie/print", array( "count-only" => "", )); } ?>
| User | MAC Address | Domain | Expires In | "; echo " | " . $user . " | "; echo "" . $maca . " | "; echo "" . $domain . " | "; echo "" . $exp . " | "; echo ""; } ?>
|---|