Пример #1
0
    exit;
}
if (isset($_GET["restart-web-server"])) {
    RestartWebServer();
    exit;
}
if (isset($_GET["restart-artica-status"])) {
    RestartArticaStatus();
    exit;
}
if (isset($_GET["wake-on-lan"])) {
    WakeOnLan();
    exit;
}
if (isset($_GET["net-ads-leave"])) {
    net_ads_leave();
    exit;
}
if (isset($_GET["process1-force"])) {
    process1_force();
    exit;
}
if (isset($_GET["right-status"])) {
    right_status();
    exit;
}
if (isset($_GET["RestartApacheGroupwareForce"])) {
    RestartApacheGroupwareForce();
    exit;
}
if (isset($_GET["RestartApacheGroupwareNoForce"])) {
Пример #2
0
if(isset($_GET["refresh-frontend"])){Refresh_frontend();exit;}
if(isset($_GET["find-program"])){find_sock_program();exit;}
if(isset($_GET["syslog-query"])){SYSLOG_QUERY();exit;}
if(isset($_GET["aptcheck"])){aptcheck();exit;}
if(isset($_GET["SetServerTime"])){SetServerTime();exit;}
if(isset($_GET["CompileSSHDRules"])){CompileSSHDRules();exit;}
if(isset($_GET["ou-ldap-import-execute"])){LDAP_IMPORT_EXEC();exit;}
if(isset($_GET["sys-sync-paquages"])){SysSyncPaquages();exit;}


if(isset($_GET["LaunchRemoteInstall"])){LaunchRemoteInstall();exit;}
if(isset($_GET["restart-web-server"])){RestartWebServer();exit;}
if(isset($_GET["restart-artica-status"])){RestartArticaStatus();exit;}
if(isset($_GET["wake-on-lan"])){WakeOnLan();exit;}

if(isset($_GET["net-ads-leave"])){net_ads_leave();exit;}
if(isset($_GET["process1-force"])){process1_force();exit;}

if(isset($_GET["right-status"])){right_status();exit;}

if(isset($_GET["RestartApacheGroupwareForce"])){RestartApacheGroupwareForce();exit;}
if(isset($_GET["RestartApacheGroupwareNoForce"])){RestartApacheGroupwareNoForce();exit;}
if(isset($_GET["ApacheDirDelete"])){ApacheDirDelete();exit;}

//snort

if(isset($_GET["snort-networks"])){snort_networks();exit;}
if(isset($_GET["restart-snort"])){restart_snort();exit;}


if(isset($_GET["restart-apache-src"])){RestartApacheSrc();exit;}