explanation, thanks Sebastian
This commit is contained in:
@@ -262,8 +262,8 @@ $sections = array(
|
|||||||
// variable or section name => (name => url)
|
// variable or section name => (name => url)
|
||||||
$links = array();
|
$links = array();
|
||||||
|
|
||||||
// for some reason, the $PHP_SELF globalized by grab_globals is not
|
// because of PMA_NO_VARIABLES_IMPORT, the $PHP_SELF globalized by
|
||||||
// available here when register_globals = Off
|
// grab_globals is not available here when register_globals = Off
|
||||||
$links['table'][$strFlushTables]
|
$links['table'][$strFlushTables]
|
||||||
= $_SERVER['PHP_SELF'] . '?flush=TABLES&' . PMA_generate_common_url();
|
= $_SERVER['PHP_SELF'] . '?flush=TABLES&' . PMA_generate_common_url();
|
||||||
$links['table'][$strShowOpenTables]
|
$links['table'][$strShowOpenTables]
|
||||||
|
Reference in New Issue
Block a user