unset() some variables that might create problems later on in the execution

This commit is contained in:
jengo 2001-11-01 04:33:07 +00:00
parent 4e97c08c23
commit 26981672ae

View File

@ -69,6 +69,12 @@
{
// eval("\$GLOBALS['obj']->$method();");
execmethod($GLOBALS['HTTP_GET_VARS']['menuaction']);
unset($app);
unset($obj);
unset($class);
unset($method);
unset($invalid_data);
unset($api_requested);
}
else
{