| Line 13... | Line 13... | 
          
            | 13 |   $Langue = explode(",",$_SERVER['HTTP_ACCEPT_LANGUAGE']);
 | 13 |   $Langue = explode(",",$_SERVER['HTTP_ACCEPT_LANGUAGE']);
 | 
          
            | 14 |   $Language = strtolower(substr(chop($Langue[0]),0,2)); }
 | 14 |   $Language = strtolower(substr(chop($Langue[0]),0,2)); }
 | 
          
            | 15 | if($Language == 'fr'){
 | 15 | if($Language == 'fr'){
 | 
          
            | 16 |   $l_error_open_file="Erreur d'ouverture du fichier";
 | 16 |   $l_error_open_file="Erreur d'ouverture du fichier";
 | 
          
            | 17 |   $l_exception_IP = "Exception au filtrage";
 | 17 |   $l_exception_IP = "Exception au filtrage";
 | 
          
            | 18 |   $l_exception_txt="Entrez ici les adresses IP des stations du réseau de consultation ne subissant ni filtrage WEB ni filtrage réseau<BR>Entrez une adresse IP par ligne";
 | 18 |   $l_exception_txt="Entrez ici les adresses IP des stations du réseau de consultation ne subissant ni filtrage de domaine ni filtrage réseau<BR>Entrez une adresse IP par ligne";
 | 
          
            | 19 |   $l_submit = "Enregistrer";
 | 19 |   $l_submit = "Enregistrer";
 | 
          
            | 20 | }
 | 20 | }
 | 
          
            | 21 | else {
 | 21 | else {
 | 
          
            | 22 |   $l_error_open_file="Error opening the file";
 | 22 |   $l_error_open_file="Error opening the file";
 | 
          
            | 23 |   $l_exception_IP = "Network filtering exceptions";
 | 23 |   $l_exception_IP = "Network filtering exceptions";
 | 
          
            | 24 |   $l_exception_txt="Put here the stations IP address that won't be neither WEB filtered nor network filtered<BR>Put one IP per row";
 | 24 |   $l_exception_txt="Put here the stations IP address that won't be neither domain filtered nor network filtered<BR>Put one IP per row";
 | 
          
            | 25 |   $l_submit = "Submit";
 | 25 |   $l_submit = "Submit";
 | 
          
            | 26 | }
 | 26 | }
 | 
          
            | 27 | $conf_file="/usr/local/etc/alcasar.conf";
 | 27 | $conf_file="/usr/local/etc/alcasar.conf";
 | 
          
            | 28 | if (isset($_POST['choix'])){ 
 | 28 | if (isset($_POST['choix'])){ 
 | 
          
            | 29 | 	switch ($_POST['choix'])
 | 29 | 	switch ($_POST['choix'])
 |