Exemple #1
0
include_once 'ressources/class.artica.inc';
include_once 'ressources/class.rtmm.tools.inc';
include_once 'ressources/class.squid.inc';
include_once 'ressources/class.dansguardian.inc';
header("Pragma: no-cache");
header("Expires: 0");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: no-cache, must-revalidate");
$user = new usersMenus();
if (!$user->AsSquidAdministrator) {
    $tpl = new templates();
    echo "alert('" . $tpl->javascript_parse_text("{ERROR_NO_PRIVS}") . ");";
    exit;
}
if (isset($_GET["rescan-js"])) {
    rescan_js();
    exit;
}
if (isset($_POST["rescan_perform"])) {
    rescan_perform();
    exit;
}
if (isset($_GET["popup"])) {
    popup();
    exit;
}
if (isset($_GET["visited"])) {
    visited();
    exit;
}
if (isset($_GET["visited-list"])) {
Exemple #2
0
	//header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
	header("Cache-Control: no-cache, must-revalidate");	
	
	
	
	$user=new usersMenus();
	if(!$user->AsWebStatisticsAdministrator){
		$tpl=new templates();
		echo "alert('".$tpl->javascript_parse_text("{ERROR_NO_PRIVS}").");";
		exit;
		
	}
	
	if(isset($_GET["progressDefaultRescanVisited"])){progressDefaultRescanVisited();exit;}
	if(isset($_POST["QuickCategorize"])){QuickCategorize();exit;}
	if(isset($_GET["rescan-js"])){rescan_js();exit;}
	if(isset($_POST["ResCanVisited"])){rescan_perform();exit;}
	if(isset($_POST["rescan_perform"])){rescan_perform();exit;}
	if(isset($_POST["ResCanWeek"])){rescan_week_perform();exit;}
	
	if(isset($_GET["popup"])){popup();exit;}
	if(isset($_GET["visited"])){visited();exit;}
	if(isset($_GET["visited-list"])){visited_list();exit;}
	
	if(isset($_GET["no-cat"])){not_categorized();exit;}
	if(isset($_GET["no-cat-list"])){not_categorized_list();exit;}
	
	if(isset($_GET["yes-cat"])){categorized();exit;}
	if(isset($_GET["yes-cat-list"])){categorized_list();exit;}