Example #1
0
    exit;
}
if (isset($_GET["back-js"])) {
    back_js();
    exit;
}
if (isset($_POST["back"])) {
    back();
    exit;
}
if (isset($_GET["apply-js"])) {
    apply_js();
    exit;
}
if (isset($_POST["apply-cache"])) {
    apply_perform();
    exit;
}
if (isset($_GET["prc"])) {
    prc();
    exit;
}
page();
function events_js()
{
    header("content-type: application/x-javascript");
    $page = CurrentPageName();
    $tpl = new templates();
    $uuid = $_GET["uuid"];
    $title = $tpl->javascript_parse_text("{events}");
    echo "YahooWin5('770','{$page}?events-table=yes','{$title}')";
Example #2
0
if(isset($_POST["delete-cache"])){delete_cache();exit;}

if(isset($_GET["abort-delete-cache-js"])){delete_cache_abort_js();exit;}
if(isset($_POST["abort-delete-cache"])){delete_cache_abort();exit;}

if(isset($_GET["disable-js"])){disable_js();exit;}

if(isset($_GET["events-js"])){events_js();exit;}
if(isset($_GET["events-table"])){events_table();exit;}
if(isset($_GET["cachelogs-events-list"])){events_search();exit;}

if(isset($_GET["back-js"])){back_js();exit;}
if(isset($_POST["back"])){back();exit;}

if(isset($_GET["apply-js"])){apply_js();exit;}
if(isset($_POST["apply-cache"])){apply_perform();exit;}
if(isset($_GET["prc"])){prc();exit;}
page();


function events_js(){
	header("content-type: application/x-javascript");
	$page=CurrentPageName();
	$tpl=new templates();
	$uuid=$_GET["uuid"];
	$title=$tpl->javascript_parse_text("{events}");
	echo "YahooWin5('770','$page?events-table=yes','$title')";
	
}

function disable_js(){