Subversion Repositories ALCASAR

Rev

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

Rev 1709 Rev 1712
Line 9... Line 9...
9
//	import_request_variables('GPC');
9
//	import_request_variables('GPC');
10
	extract($_GET);
10
	extract($_GET);
11
	extract($_POST);
11
	extract($_POST);
12
	extract($_COOKIE);
12
	extract($_COOKIE);
13
}
13
}
-
 
14
foreach($_POST as $key => $value){
-
 
15
	${$key} = $value;
-
 
16
}
14
# If using sessions set use_session to 1 to also cache the config file
17
# If using sessions set use_session to 1 to also cache the config file
15
#
18
#
16
$use_session = 0;
19
$use_session = 0;
17
unset($config);
20
unset($config);
18
unset($nas_list);
21
unset($nas_list);