From 26981672ae0101b1dff4ca8eba27b28cc0dd70c0 Mon Sep 17 00:00:00 2001 From: jengo Date: Thu, 1 Nov 2001 04:33:07 +0000 Subject: [PATCH] unset() some variables that might create problems later on in the execution --- index.php | 6 ++++++ 1 file changed, 6 insertions(+) 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 {