Subversion Repositories ALCASAR

Rev

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

Rev 318 Rev 359
Line 37... Line 37...
37
  $l_forbidden_url_explain="Entrez une URL par ligne (exemple : domaine.org/perso.index.htm)";
37
  $l_forbidden_url_explain="Entrez une URL par ligne (exemple : domaine.org/perso.index.htm)";
38
  $l_rehabilitated_url="URL réhabilités";
38
  $l_rehabilitated_url="URL réhabilités";
39
  $l_rehabilitated_url_explain="Entrez ici des URL bloquées par la liste noire principale <BR> que vous désirez réhabiliter.";
39
  $l_rehabilitated_url_explain="Entrez ici des URL bloquées par la liste noire principale <BR> que vous désirez réhabiliter.";
40
  $l_one_url="Entrez une URL par ligne (exemple : domaine.org/perso.index.htm)";
40
  $l_one_url="Entrez une URL par ligne (exemple : domaine.org/perso.index.htm)";
41
  $l_record="Enregistrer les modifications";
41
  $l_record="Enregistrer les modifications";
-
 
42
  $l_wait="cette modification dure environ 30'";
42
}
43
}
43
else {
44
else {
44
  $l_title1 = "Domain names and URL filtering";
45
  $l_title1 = "Domain names and URL filtering";
45
  $l_error_open_file="Error opening the file";
46
  $l_error_open_file="Error opening the file";
46
  $l_dnsfilter_on="Actually, the Domain name and URL filter is on";
47
  $l_dnsfilter_on="Actually, the Domain name and URL filter is on";
Line 62... Line 63...
62
  $l_forbidden_url_explain="Enter one URL per row (exemple : www.domaine.org/perso/index.htm)";
63
  $l_forbidden_url_explain="Enter one URL per row (exemple : www.domaine.org/perso/index.htm)";
63
  $l_rehabilitated_url="Rehabilitated URL";
64
  $l_rehabilitated_url="Rehabilitated URL";
64
  $l_rehabilitated_url_explain="Enter here URL that are blocked by the main blacklist <BR> and which you want to rehabilitate.";
65
  $l_rehabilitated_url_explain="Enter here URL that are blocked by the main blacklist <BR> and which you want to rehabilitate.";
65
  $l_one_url="Enter one URL per row (exemple : www.domaine.org/perso/index.htm)";
66
  $l_one_url="Enter one URL per row (exemple : www.domaine.org/perso/index.htm)";
66
  $l_record="Save changes";
67
  $l_record="Save changes";
-
 
68
  $l_wait="these changes take about 30'";
67
}
69
}
68
if (isset($_POST['choix'])){ $choix=$_POST['choix']; } else { $choix=""; }
70
if (isset($_POST['choix'])){ $choix=$_POST['choix']; } else { $choix=""; }
69
switch ($choix)
71
switch ($choix)
70
{
72
{
71
case 'BL_On' :
73
case 'BL_On' :