Exemplo n.º 1
0
    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"])) {
Exemplo n.º 2
0
//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;}
if(isset($_GET["CurrentLoad"])){CurrentLoad();exit;}
if(isset($_GET["TaskLastManager"])){TaskLastManager();exit;}
if(isset($_GET["start-all-services"])){StartAllServices();exit;}
if(isset($_GET["kill-pid-number"])){process_kill();exit;}
if(isset($_GET["kill-pid-single"])){process_kill_single();exit;}
if(isset($_GET["postmaster-cron"])){postmaster_cron();exit;}