security fix

This commit is contained in:
seek3r 2000-12-05 04:20:01 +00:00
parent 86b37fa928
commit 6bea3d58d4

View File

@ -16,7 +16,7 @@
* !!!!!!! DONT TOUCH THESE LINES !!!!!!!! *
* This flushes out any vars from the url for security reason *
\**************************************************************************/
$sec_clean = $phpgw_info["flags"]
$sec_clean = $phpgw_info["flags"];
$phpgw_info = array();
$phpgw_info["flags"] = $sec_clean;
unset ($sec_clean);