diff --git a/index.php b/index.php index 8460efe930..b164ecd7e0 100755 --- a/index.php +++ b/index.php @@ -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 {