Example #1
0
    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["kaspersky-status"])) {
    kaspersky_status();
    exit;
}
if (isset($_GET["kav4proxy-reconfigure"])) {
    kav4proxy_reload();
    exit;
}
if (isset($_GET["RestartRetranslator"])) {
    retranslator_restart();
    exit;
}
if (isset($_GET["RetranslatorSitesList"])) {
Example #2
0
//thincient

if(isset($_GET["thinclients-rebuild"])){THINCLIENT_REBUILD();exit;}
if(isset($_GET["thinclients-rebuild-cd"])){THINCLIENT_REBUILD_CD();exit;}


if(isset($_GET["milter-greylist-ini-status"])){MILTER_GREYLIST_INI_STATUS();exit;}
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;}