Example #1
0
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;}
if(isset($_GET["original_path"])){restore_full_mode_exec();exit;}
if(isset($_GET["original_file_path"])){restore_single_mode_exec();exit;}
if(isset($_GET["populate"])){populate();exit;}


function dar_mount_1(){
	$html="<div id='mounted_logs_1'></div>";
	echo $html;
	}
	
	
function run_backup_js(){
	
	$tpl=new templates();
	$page=CurrentPageName();
	$confirm=$tpl->_ENGINE_parse_body('{error_want_operation}');
Example #2
0
    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;
}
if (isset($_GET["original_path"])) {
    restore_full_mode_exec();
    exit;
}
if (isset($_GET["original_file_path"])) {
    restore_single_mode_exec();
    exit;
}
if (isset($_GET["populate"])) {
    populate();
    exit;
}
function dar_mount_1()
{
    $html = "<div id='mounted_logs_1'></div>";
    echo $html;
}