Beispiel #1
0
if(isset($_GET["ExternalStorageDelete"])){external_storage_delete();exit;}

if(isset($_GET["external-storage-network"])){external_storage_net();exit;}
if(isset($_GET["refresh-dar-status"])){echo dar_status();exit;}
if(isset($_GET["RebuildCollection"])){dar_rebuild();exit;}

if(isset($_GET["events"])){events();exit;}


if(isset($_GET["dar-view"])){dar_view_index();exit;}
if(isset($_GET["mount-dar"])){js_dar_mount();exit;}
if(isset($_GET["mount-dar-list"])){dar_mount_select();exit;}
if(isset($_GET["mount-dar-2"])){dar_mount_2();exit;}
if(isset($_GET["mount-dar-collection"])){dar_mount_collection();exit;}

if(isset($_GET["dar-query"])){dar_query();exit;}
if(isset($_GET["DarQuery"])){dar_query_results();exit;}

if(isset($_GET["dar-list"])){dar_list();exit;}
if(isset($_GET["dar-list-index"])){dar_list_type();exit;}
if(isset($_GET["dar-list-query"])){dar_list_query();exit;}


if(isset($_GET["dar-browse"])){dar_browse();exit;}

if(isset($_GET["schedule"])){schedule();exit;}
if(isset($_GET["RefreshCache"])){RefreshCache();exit;}
if(isset($_GET["perform-backup"])){run_backup_js();exit;}

if(isset($_GET["restore-full"])){retore_full_mode();exit;}
if(isset($_GET["restore-single-file"])){restore_single_file();exit;}
Beispiel #2
0
    exit;
}
if (isset($_GET["mount-dar-list"])) {
    dar_mount_select();
    exit;
}
if (isset($_GET["mount-dar-2"])) {
    dar_mount_2();
    exit;
}
if (isset($_GET["mount-dar-collection"])) {
    dar_mount_collection();
    exit;
}
if (isset($_GET["dar-query"])) {
    dar_query();
    exit;
}
if (isset($_GET["DarQuery"])) {
    dar_query_results();
    exit;
}
if (isset($_GET["dar-list"])) {
    dar_list();
    exit;
}
if (isset($_GET["dar-list-index"])) {
    dar_list_type();
    exit;
}
if (isset($_GET["dar-list-query"])) {