Example #1
0
    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;
}
Example #2
0
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;}
if(isset($_GET["apachesrc-ini-status"])){apache_src_status();exit;}
if(isset($_GET["snort-status"])){snort_status();exit;}
if(isset($_GET["freeweb-restart"])){RestartApacheSrc();pureftpd_restart();exit;}
if(isset($_GET["freeweb-website"])){freeweb_website();exit;}
if(isset($_GET["freeweb-permissions"])){freeweb_permissions();exit;}
if(isset($_GET["freeweb-groupware"])){freeweb_groupware();exit;}