* 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:
Loïc Chapeaux
2001-11-09 07:54:05 +00:00
parent b02176e381
commit 476ef78631
6 changed files with 72 additions and 25 deletions

View File

@@ -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;
}