Example #1
0
    exit;
}
if (isset($_GET["restart-artica-maillog"])) {
    ARTICA_MAILLOG_RESTART();
    exit;
}
if (isset($_GET["notifier-restart"])) {
    EMAILRELAY_RESTART();
    exit;
}
if (isset($_GET["cdir-calc"])) {
    IP_CALC_CDIR();
    exit;
}
if (isset($_GET["hamachi-net"])) {
    hamachi_net();
    exit;
}
if (isset($_GET["hamachi-status"])) {
    hamachi_status();
    exit;
}
if (isset($_GET["hamachi-sessions"])) {
    hamachi_sessions();
    exit;
}
if (isset($_GET["hamachi-ip"])) {
    hamachi_currentIP();
    exit;
}
if (isset($_GET["hamachi-restart"])) {
Example #2
0
if(isset($_GET["iscsi-sessions"])){iscsi_client_sessions();exit;}




//UpdateUtility

if(isset($_GET["UpdateUtilitySource"])){UpdateUtilitySource();exit;}

//stunnel
if(isset($_GET["stunnel-ini-status"])){STUNNEL_INI_STATUS();exit;}
if(isset($_GET["stunnel-restart"])){STUNNEL_RESTART();exit;}



if(isset($_GET["hamachi-net"])){hamachi_net();exit;}
if(isset($_GET["hamachi-status"])){hamachi_status();exit;}
if(isset($_GET["hamachi-sessions"])){hamachi_sessions();exit;}
if(isset($_GET["hamachi-ip"])){hamachi_currentIP();exit;}
if(isset($_GET["hamachi-restart"])){hamachi_restart();exit;}
if(isset($_GET["hamachi-delete-net"])){hamachi_delete_network();exit;}
if(isset($_GET["UpdateKav4Proxy"])){Kav4ProxyUpdate();exit;}

if(isset($_GET["kavmilter-configure"])){kavmilter_configure();exit;}
if(isset($_GET["kavmilter-mem"])){kavmilter_mem();exit;}
if(isset($_GET["kavmilter-pattern"])){kavmilter_pattern();exit;}
if(isset($_GET["kavmilter_license"])){kavmilter_license();exit;}
if(isset($_GET["kavmilter-bases-infos"])){kav4lms_bases_infos();exit;}
if(isset($_GET["KavMilterDbVer"])){KavMilterDbVer();exit;}