Exemple #1
0
}
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;
}
Exemple #2
0
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;}



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