exit; } if (isset($_GET["procstat"])) { procstat(); exit; } if (isset($_GET["arp-ip"])) { arp_and_ip(); exit; } if (isset($_GET["browse-computers-import-list"])) { import_computer_from_list(); exit; } if (isset($_GET["refresh-status"])) { RefreshStatus(); exit; } if (isset($_GET["SpamassassinReload"])) { reloadSpamAssassin(); exit; } if (isset($_GET["SpamAssassin-Reload"])) { reloadSpamAssassin(); exit; } if (isset($_GET["spamass-check"])) { spamassassin_check(); exit; } if (isset($_GET["SetupIndexFile"])) {
if(isset($_GET["GenerateCert"])){GenerateCert();exit;} if(isset($_GET["all-status"])){GLOBAL_STATUS();exit;} if(isset($_GET["procstat"])){procstat();exit;} if(isset($_GET["nic-infos"])){TCP_NIC_INFOS();exit;} if(isset($_GET["ip-to-mac"])){ip_to_mac();exit;} if(isset($_GET["arp-ip"])){arp_and_ip();exit;} if(isset($_GET["hostToMac"])){hostToMac();exit;} if(isset($_GET["browse-computers-import-list"])){import_computer_from_list();exit;} if(isset($_GET["refresh-status"])){RefreshStatus();exit;} if(isset($_GET["SpamassassinReload"])){reloadSpamAssassin();exit;} if(isset($_GET["SpamAssassin-Reload"])){reloadSpamAssassin();exit;} if(isset($_GET["spamass-check"])){spamassassin_check();exit;} if(isset($_GET["spamass-trust-nets"])){spamassassin_trust_networks();exit;} if(isset($_GET["SpamAssDBVer"])){SpamAssDBVer();exit;} if(isset($_GET["spamass-build"])){spamassassin_rebuild();exit;} if(isset($_GET["spamass-test"])){spamassassin_tests();exit;} if(isset($_GET["SetupIndexFile"])){SetupIndexFile();exit;} if(isset($_GET["install-web-services"])){InstallWebServices();exit;} if(isset($_GET["install-web-service-unique"])){InstallWebServiceUnique();exit;}