Subversion Repositories ALCASAR

Rev

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

Rev 870 Rev 879
Line 94... Line 94...
94
		if (strpos($tampon,"=")!==false){
94
		if (strpos($tampon,"=")!==false){
95
			$tmp = explode("=",$tampon);
95
			$tmp = explode("=",$tampon);
96
			$conf[$tmp[0]] = $tmp[1];
96
			$conf[$tmp[0]] = $tmp[1];
97
		}
97
		}
98
	}
98
	}
99
}else{
-
 
100
	exit("Erreur d'ouverture du fichier ".CONF_FILE);
-
 
101
}
-
 
102
fclose($ouvre);
99
	fclose($ouvre);
-
 
100
}
103
 
101
 
104
if (isset($_POST['choix'])){$choix=$_POST['choix'];} else {$choix="";}
102
if (isset($_POST['choix'])){$choix=$_POST['choix'];} else {$choix="";}
105
switch ($choix)
103
switch ($choix)
106
{
104
{
107
case 'AV_On' :
105
case 'AV_On' :