Subversion Repositories ALCASAR

Rev

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

Rev 509 Rev 901
Line 93... Line 93...
93
					$type = 2;
93
					$type = 2;
94
				}
94
				}
95
				$val = $$attrmap["$key"];
95
				$val = $$attrmap["$key"];
96
				/*Ajout en vue de l'impression des données (thank's to Geoffroy MUSITELLI)*/
96
				/*Ajout en vue de l'impression des données (thank's to Geoffroy MUSITELLI)*/
97
				if($key == "Session-Timeout") $sto_imp = $val;
97
				if($key == "Session-Timeout") $sto_imp = $val;
-
 
98
				if($key == "Max-All-Session") $mas_imp = $val;
98
				if($key == "Max-Daily-Session") $mds_imp = $val;
99
				if($key == "Max-Daily-Session") $mds_imp = $val;
99
				if($key == "Max-Monthly-Session") $mms_imp = $val;
100
				if($key == "Max-Monthly-Session") $mms_imp = $val;
100
				/*Fin Ajout*/
101
				/*Fin Ajout*/
101
				$val = da_sql_escape_string($val);
102
				$val = da_sql_escape_string($val);
102
				$op_name = $attrmap["$key"] . '_op';
103
				$op_name = $attrmap["$key"] . '_op';