From 4f9477eb92197925e5e528b458966c3f2bd3091a Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 1 Mar 2007 19:54:51 +0000 Subject: [PATCH] explanation, thanks Sebastian --- server_status.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server_status.php b/server_status.php index e46191894..fa3795418 100644 --- a/server_status.php +++ b/server_status.php @@ -262,8 +262,8 @@ $sections = array( // variable or section name => (name => url) $links = array(); -// for some reason, the $PHP_SELF globalized by grab_globals is not -// available here when register_globals = Off +// because of PMA_NO_VARIABLES_IMPORT, the $PHP_SELF globalized by +// grab_globals is not available here when register_globals = Off $links['table'][$strFlushTables] = $_SERVER['PHP_SELF'] . '?flush=TABLES&' . PMA_generate_common_url(); $links['table'][$strShowOpenTables]