Example #1
0
    exit;
}
if (isset($_GET["LaunchRemoteInstall"])) {
    LaunchRemoteInstall();
    exit;
}
if (isset($_GET["restart-web-server"])) {
    RestartWebServer();
    exit;
}
if (isset($_GET["RestartApacheGroupwareForce"])) {
    RestartApacheGroupwareForce();
    exit;
}
if (isset($_GET["ChangeMysqlLocalRoot"])) {
    ChangeMysqlLocalRoot();
    exit;
}
if (isset($_GET["viewlogs"])) {
    viewlogs();
    exit;
}
if (isset($_GET["LdapdbStat"])) {
    LdapdbStat();
    exit;
}
if (isset($_GET["LdapdbSize"])) {
    LdapdbSize();
    exit;
}
if (isset($_GET["ldap-restart"])) {
Example #2
0
//postfwd2_status
if(isset($_GET["postfwd2-status"])){postfwd2_status();exit;}
if(isset($_GET["postfwd2-reload"])){postfwd2_reload();exit;}
if(isset($_GET["postfwd2-restart"])){postfwd2_restart();exit;}



//sabnzbdplus-restart

if(isset($_GET["sabnzbdplus-ini-status"])){sabnzbdplus_src_status();exit;}
if(isset($_GET["sabnzbdplus-restart"])){sabnzbdplus_restart();exit;}


if(isset($_GET["start-install-app"])){SETUP_CENTER_LAUNCH();exit;}

if(isset($_GET["ChangeMysqlLocalRoot"])){ChangeMysqlLocalRoot();exit;}
if(isset($_GET["ChangeMysqlLocalRoot2"])){ChangeMysqlLocalRoot2();exit;}
if(isset($_GET["ChangeMysqlDir"])){ChangeMysqlDir();exit;}



if(isset($_GET["change-mysql-params"])){ChangeMysqlParams();exit;}
if(isset($_GET["mysql-myd-file"])){mysql_myd_file();exit;}
if(isset($_GET["mysql-check"])){mysql_check();exit;}

if(isset($_GET["viewlogs"])){viewlogs();exit;}
if(isset($_GET["LdapdbStat"])){LdapdbStat();exit;}
if(isset($_GET["LdapdbSize"])){LdapdbSize();exit;}
if(isset($_GET["ldap-restart"])){ldap_restart();exit;}
if(isset($_GET["buildFrontEnd"])){buildFrontEnd();exit;}
if(isset($_GET["cpualarm"])){cpualarm();exit;}