Subversion Repositories ALCASAR

Rev

Rev 1955 | Rev 2299 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 1955 Rev 2005
Line 97... Line 97...
97
	else
97
	else
98
		$nb_domains = $l_error_open_file." ".$wl_categorie_domain_file;
98
		$nb_domains = $l_error_open_file." ".$wl_categorie_domain_file;
99
	if (file_exists($wl_categorie_ip_file))
99
	if (file_exists($wl_categorie_ip_file))
100
		$nb_ip = exec("wc -l $wl_categorie_ip_file | cut -d ' ' -f1");
100
		$nb_ip = exec("wc -l $wl_categorie_ip_file | cut -d ' ' -f1");
101
	else
101
	else
-
 
102
		$nb_ip = 0;
102
		$nb_ip = $l_error_open_file." ".$wl_categorie_ip_file;
103
		//$nb_ip = $l_error_open_file." ".$wl_categorie_ip_file;
103
	$nb_urls = 0; //no urls in WL
104
	$nb_urls = 0; //no urls in WL
104
	}
105
	}
105
$global_usage = file($bl_dir."global_usage");
106
$global_usage = file($bl_dir."global_usage");
106
$langue = strtoupper($Language);
107
$langue = strtoupper($Language);
107
if(isset($categorie))
108
if(isset($categorie))