forked from extern/egroupware
unset() some variables that might create problems later on in the execution
This commit is contained in:
parent
4e97c08c23
commit
26981672ae
@ -69,6 +69,12 @@
|
|||||||
{
|
{
|
||||||
// eval("\$GLOBALS['obj']->$method();");
|
// eval("\$GLOBALS['obj']->$method();");
|
||||||
execmethod($GLOBALS['HTTP_GET_VARS']['menuaction']);
|
execmethod($GLOBALS['HTTP_GET_VARS']['menuaction']);
|
||||||
|
unset($app);
|
||||||
|
unset($obj);
|
||||||
|
unset($class);
|
||||||
|
unset($method);
|
||||||
|
unset($invalid_data);
|
||||||
|
unset($api_requested);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user