Example #1
0
}
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"])) {
Example #2
0

if(isset($_GET["awstats-perform"])){awstats_perform();exit;}
if(isset($_GET["VIPTrackRun"])){VIPTrackRun();exit;}

//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;}