Example #1
0
}
//CLUSTERS
if (isset($_GET["notify-clusters"])) {
    CLUSTER_NOTIFY();
    exit;
}
if (isset($_GET["cluster-restart-notify"])) {
    CLUSTER_CLIENT_RESTART_NOTIFY();
    exit;
}
if (isset($_GET["cluster-client-list"])) {
    CLUSTER_CLIENT_LIST();
    exit;
}
if (isset($_GET["cluster-delete"])) {
    CLUSTER_DELETE();
    exit;
}
if (isset($_GET["cluster-add"])) {
    CLUSTER_ADD();
    exit;
}
//computers
if (isset($_GET["computers-import-nets"])) {
    COMPUTERS_IMPORT_ARTICA();
    exit;
}
if (isset($_GET["smbclientL"])) {
    smbclientL();
    exit;
}
Example #2
0
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;}

//CLUSTERS
if(isset($_GET["notify-clusters"])){CLUSTER_NOTIFY();exit;}
if(isset($_GET["cluster-restart-notify"])){CLUSTER_CLIENT_RESTART_NOTIFY();exit;}
if(isset($_GET["cluster-client-list"])){CLUSTER_CLIENT_LIST();exit;}
if(isset($_GET["cluster-delete"])){CLUSTER_DELETE();exit;}
if(isset($_GET["cluster-add"])){CLUSTER_ADD();exit;}

//computers
if(isset($_GET["computers-import-nets"])){COMPUTERS_IMPORT_ARTICA();exit;}
if(isset($_GET["smbclientL"])){smbclientL();exit;}

//paths 
if(isset($_GET["SendmailPath"])){SendmailPath();exit;}
if(isset($_GET["release-quarantine"])){release_quarantine();exit;}

//policyd-weight
if(isset($_GET["PolicydWeightReplicConF"])){Restart_Policyd_Weight();exit;}

//dansguardian
if(isset($_GET["dansguardian-update"])){dansguardian_update();exit;}