Subversion Repositories ALCASAR

Rev

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

Rev 449 Rev 470
Line 46... Line 46...
46
  $l_forbidden_url_explain="Entrez une URL par ligne (exemple : www.domaine.org/perso.index.htm)";
46
  $l_forbidden_url_explain="Entrez une URL par ligne (exemple : www.domaine.org/perso.index.htm)";
47
  $l_rehabilitated_url="URL réhabilités";
47
  $l_rehabilitated_url="URL réhabilités";
48
  $l_rehabilitated_url_explain="Entrez ici des URL bloquées par la liste noire principale <BR> que vous désirez réhabiliter.";
48
  $l_rehabilitated_url_explain="Entrez ici des URL bloquées par la liste noire principale <BR> que vous désirez réhabiliter.";
49
  $l_one_url="Entrez une URL par ligne (exemple : www.domaine.org/perso.index.htm)";
49
  $l_one_url="Entrez une URL par ligne (exemple : www.domaine.org/perso.index.htm)";
50
  $l_record="Enregistrer les modifications";
50
  $l_record="Enregistrer les modifications";
51
  $l_wait="cette modification dure environ 30 secondes";
51
  $l_wait="Une fois validées, 30 secondes sont nécessaire pour traiter vos modifications";
52
}
52
}
53
else {
53
else {
54
  $l_title1 = "Domain names and URL filtering";
54
  $l_title1 = "Domain names and URL filtering";
55
  $l_error_open_file="Error opening the file";
55
  $l_error_open_file="Error opening the file";
56
  $l_dnsfilter_on="Actually, the Domain name and URL filter is on";
56
  $l_dnsfilter_on="Actually, the Domain name and URL filter is on";
Line 72... Line 72...
72
  $l_forbidden_url_explain="Enter one URL per row (example : www.domaine.org/perso/index.htm)";
72
  $l_forbidden_url_explain="Enter one URL per row (example : www.domaine.org/perso/index.htm)";
73
  $l_rehabilitated_url="Rehabilitated URL";
73
  $l_rehabilitated_url="Rehabilitated URL";
74
  $l_rehabilitated_url_explain="Enter here URL that are blocked by the main blacklist <BR> and which you want to rehabilitate.";
74
  $l_rehabilitated_url_explain="Enter here URL that are blocked by the main blacklist <BR> and which you want to rehabilitate.";
75
  $l_one_url="Enter one URL per row (example : www.domaine.org/perso/index.htm)";
75
  $l_one_url="Enter one URL per row (example : www.domaine.org/perso/index.htm)";
76
  $l_record="Save changes";
76
  $l_record="Save changes";
77
  $l_wait="these changes take about 30 seconds";
77
  $l_wait="Once validated, 30 seconds is necessary to compute your modifications";
78
}
78
}
79
if (isset($_POST['choix'])){ $choix=$_POST['choix']; } else { $choix=""; }
79
if (isset($_POST['choix'])){ $choix=$_POST['choix']; } else { $choix=""; }
80
switch ($choix)
80
switch ($choix)
81
{
81
{
82
case 'BL_On' :
82
case 'BL_On' :