Ejemplo n.º 1
0
    exit;
}
if (isset($_GET["today"])) {
    today();
    exit;
}
if (isset($_GET["week"])) {
    today();
    exit;
}
if (isset($_GET["month"])) {
    today();
    exit;
}
if (isset($_GET["users-table"])) {
    users_table();
    exit;
}
if (isset($_GET["top-users"])) {
    top_users();
    exit;
}
if (isset($_GET["top-hits"])) {
    top_hits();
    exit;
}
js();
function js()
{
    $page = CurrentPageName();
    $domain = $_GET["domain"];
Ejemplo n.º 2
0
function users_delete()
{
    $ldap = new clladp();
    $ldap->ldap_delete($_GET["deleteuserdn"], true);
    echo users_table($_GET["ou"], $_GET["domain"]);
}
Ejemplo n.º 3
0
	
	
	$user=new usersMenus();
	if(!$user->AsSquidAdministrator){
		$tpl=new templates();
		echo "alert('".$tpl->javascript_parse_text("{ERROR_NO_PRIVS}")."');";
		exit;
		
	}	
	
	if(isset($_GET["popup"])){popup();exit;}
	if(isset($_GET["today"])){today();exit;}
	if(isset($_GET["week"])){today();exit;}
	if(isset($_GET["month"])){today();exit;}
	if(isset($_GET["users-table"])){users_table();exit;}
	if(isset($_GET["top-users"])){top_users();exit;}
	if(isset($_GET["top-hits"])){top_hits();exit;}
	
	
	js();
	
	
	
function js(){
	$page=CurrentPageName();
	$domain=$_GET["domain"];
	
	$html="
	
		function WebSiteStatisticsLoad(){