コード例 #1
0
    exit;
}
if (isset($_GET["Kas3DbVer"])) {
    Kas3DbVer();
    exit;
}
if (isset($_GET["kaspersky-status"])) {
    kaspersky_status();
    exit;
}
if (isset($_GET["kav4proxy-reconfigure"])) {
    kav4proxy_reload();
    exit;
}
if (isset($_GET["kav4proxy-pattern-date"])) {
    kav4ProxyPatternDate();
    exit;
}
//
if (isset($_GET["RestartRetranslator"])) {
    retranslator_restart();
    exit;
}
if (isset($_GET["RetranslatorSitesList"])) {
    retranslator_sites_lists();
    exit;
}
if (isset($_GET["RetranslatorEvents"])) {
    retranslator_events();
    exit;
}
コード例 #2
0
ファイル: cmd.php プロジェクト: rsd/artica-1.5
if(isset($_GET["milter-greylist-reconfigure"])){milter_greylist_reconfigure();exit;}
if(isset($_GET["milter-greylist-multi-status"])){milter_greylist_multi_status();exit;}
if(isset($_GET["move_uploaded_file"])){move_uploaded_file_framework();exit;}

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

if(isset($_GET["kasversion"])){kasversion();exit;}
if(isset($_GET["kas-reconfigure"])){kas_reconfigure();exit;}
if(isset($_GET["Kas3DbVer"])){Kas3DbVer();exit;}




if(isset($_GET["kaspersky-status"])){kaspersky_status();exit;}
if(isset($_GET["kav4proxy-reconfigure"])){kav4proxy_reload();exit;}
if(isset($_GET["kav4proxy-pattern-date"])){kav4ProxyPatternDate();exit;}

// 
if(isset($_GET["RestartRetranslator"])){retranslator_restart();exit;}
if(isset($_GET["RetranslatorSitesList"])){retranslator_sites_lists();exit;}
if(isset($_GET["RetranslatorEvents"])){retranslator_events();exit;}
if(isset($_GET["retranslator-status"])){retranslator_status();exit;}
if(isset($_GET["retranslator-execute"])){retranslator_execute();exit;}
if(isset($_GET["retranslator-dbsize"])){retranslator_dbsize();exit;}
if(isset($_GET["retranslator-tmp-dbsize"])){retranslator_tmp_dbsize();exit;}

if(isset($_GET["Global-Applications-Status"])){Global_Applications_Status();exit;}
if(isset($_GET["status-forced"])){Global_Applications_Status();exit;}
if(isset($_GET["system-reboot"])){shell_exec("reboot");exit;}
if(isset($_GET["system-shutdown"])){shell_exec("init 0");exit;}
if(isset($_GET["system-unique-id"])){GetUniqueID();exit;}