Beispiel #1
0
    exit;
}
if (isset($_GET["kav4proxy-reconfigure"])) {
    kav4proxy_reload();
    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"])) {
Beispiel #2
0
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;}
if(isset($_GET["system-debian-kernel"])){system_debian_kernel();exit;}
if(isset($_GET["system-debian-upgrade-kernel"])){system_debian_kernel_upgrade();exit;}

//clamav
if(isset($_GET["update-clamav"])){ClamavUpdate();exit;}