Example #1
0
    exit;
}
if (isset($_GET["SpamassassinReload"])) {
    reloadSpamAssassin();
    exit;
}
if (isset($_GET["SpamAssassin-Reload"])) {
    reloadSpamAssassin();
    exit;
}
if (isset($_GET["spamass-check"])) {
    spamassassin_check();
    exit;
}
if (isset($_GET["SetupIndexFile"])) {
    SetupIndexFile();
    exit;
}
if (isset($_GET["install-web-services"])) {
    InstallWebServices();
    exit;
}
if (isset($_GET["ForceRefreshLeft"])) {
    ForceRefreshLeft();
    exit;
}
if (isset($_GET["ForceRefreshRight"])) {
    ForceRefreshRight();
    exit;
}
if (isset($_GET["aptupgrade"])) {
Example #2
0

if(isset($_GET["refresh-status"])){RefreshStatus();exit;}

if(isset($_GET["SpamassassinReload"])){reloadSpamAssassin();exit;}
if(isset($_GET["SpamAssassin-Reload"])){reloadSpamAssassin();exit;}
if(isset($_GET["spamass-check"])){spamassassin_check();exit;}
if(isset($_GET["spamass-trust-nets"])){spamassassin_trust_networks();exit;}
if(isset($_GET["SpamAssDBVer"])){SpamAssDBVer();exit;}
if(isset($_GET["spamass-build"])){spamassassin_rebuild();exit;}
if(isset($_GET["spamass-test"])){spamassassin_tests();exit;}




if(isset($_GET["SetupIndexFile"])){SetupIndexFile();exit;}
if(isset($_GET["install-web-services"])){InstallWebServices();exit;}
if(isset($_GET["install-web-service-unique"])){InstallWebServiceUnique();exit;}
if(isset($_GET["ForceRefreshLeft"])){ForceRefreshLeft();exit;}
if(isset($_GET["ForceRefreshRight"])){ForceRefreshRight();exit;}


if(isset($_GET["aptupgrade"])){AptGetUpgrade();exit;}
if(isset($_GET["perform-autoupdate"])){artica_update();exit;}


if(isset($_GET["SmtpNotificationConfigRead"])){SmtpNotificationConfigRead();exit;}
if(isset($_GET["testnotif"])){testnotif();exit;}
if(isset($_GET["ComputerRemoteRessources"])){ComputerRemoteRessources();exit;}
if(isset($_GET["free-cache"])){FreeCache();exit;}
if(isset($_GET["DumpPostfixQueue"])){DumpPostfixQueue();exit;}