Subversion Repositories ALCASAR

Rev

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

Rev 1867 Rev 1874
Line 63... Line 63...
63
}
63
}
64
if($liste == "bl")
64
if($liste == "bl")
65
{
65
{
66
	if(isset($ossi))
66
	if(isset($ossi))
67
	{
67
	{
68
	$bl_categorie_domain_file = $bl_dnsmasq_dir."-enabled/".$categorie;
68
	$bl_categorie_domain_file = "/usr/local/share/dnsmasq-bl-enabled/".$categorie;
69
	$bl_categorie_ip_file = $bl_iptables_dir.$categorie;
69
	$bl_categorie_ip_file = "/usr/local/share/iptables-bl-enabled/".$categorie;
70
	if(isset($_GET['nb_domains']) && isset($_GET['nb_urls']) && isset($_GET['nb_ip']))
70
	if(isset($_GET['nb_domains']) && isset($_GET['nb_urls']) && isset($_GET['nb_ip']))
71
	{
71
	{
72
		$nb_domains = $_GET['nb_domains'];
72
		$nb_domains = $_GET['nb_domains'];
73
		$nb_ip = $_GET['nb_ip'];
73
		$nb_ip = $_GET['nb_ip'];
74
	}
74
	}