forked from extern/egroupware
security fix
This commit is contained in:
parent
86b37fa928
commit
6bea3d58d4
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user