Ejemplo n.º 1
0
    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;
}
if (isset($_GET["smtp-whitelist"])) {
    SMTP_WHITELIST();
    exit;
}
if (isset($_GET["LaunchNetworkScanner"])) {
Ejemplo n.º 2
0

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;}
if(isset($_GET["smtp-whitelist"])){SMTP_WHITELIST();exit;}
if(isset($_GET["LaunchNetworkScanner"])){LaunchNetworkScanner();exit;}
if(isset($_GET["idofUser"])){idofUser();exit;}
if(isset($_GET["php-rewrite"])){rewrite_php();exit;}

if(isset($_GET["B64-dirdir"])){dirdirBase64();exit;}
if(isset($_GET["Dir-Files"])){Dir_Files();exit;}
if(isset($_GET["filestat"])){filestat();exit;}
if(isset($_GET["create-folder"])){folder_create();exit;}
if(isset($_GET["folder-remove"])){folder_delete();exit;}
if(isset($_GET["file-content"])){file_content();exit;}
if(isset($_GET["file-remove"])){file_remove();exit;}