function kav4proxy_reload_tenir() { kav4proxy_reload(); }
exit; } if (isset($_GET["php-ini-set"])) { PHP_INI_SET(); exit; } if (isset($_GET["mysql-events"])) { mysql_events(); exit; } if (isset($_GET["AdCacheMysql"])) { AdCacheMysql(); exit; } if (isset($_GET["kav4Proxy-reload"])) { kav4proxy_reload(); exit; } if (isset($_GET["kav4proxy-stop"])) { kav4proxy_stop(); exit; } if (isset($_GET["kav4proxy-restart"])) { kav4proxy_restart(); exit; } if (isset($_GET["change-ldap-suffix"])) { change_ldap_suffix(); exit; } if (isset($_GET["mysql-repair-database"])) {
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;} 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;}