* extended last fix from Robin to the "MySQL runtime information" and "MySQL system variables" links;
* but allowed these directives to be bypassed for super-users
This commit is contained in:
@@ -109,6 +109,15 @@ if (!defined('__LIB_COMMON__')){
|
||||
if (!isset($cfgShowTooltip)) {
|
||||
$cfgShowTooltip = TRUE;
|
||||
}
|
||||
if (!isset($cfgShowMysqlInfo)) {
|
||||
$cfgShowMysqlInfo = FALSE;
|
||||
}
|
||||
if (!isset($cfgShowMysqlVars)) {
|
||||
$cfgShowMysqlVars = FALSE;
|
||||
}
|
||||
if (!isset($cfgShowPhpInfo)) {
|
||||
$cfgShowPhpInfo = FALSE;
|
||||
}
|
||||
if (!isset($cfgShowAll)) {
|
||||
$cfgShowAll = FALSE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user