config.inc.php3,main.php3,phpinfo.php3: fixed bug #479303

This commit is contained in:
Robin Johnson
2001-11-09 03:15:33 +00:00
parent dc10c0f1c5
commit b02176e381
4 changed files with 15 additions and 4 deletions

View File

@@ -94,18 +94,18 @@ unset($cfgServers[0]);
/**
* Other core phpMyAdmin settings
*/
$cfgOBGzip = TRUE; // use GZIP output buffering if possible
$cfgOBGzip = TRUE; // use GZIP output buffering if possible
$cfgPersistentConnections = FALSE; // use persistent connections to MySQL database
$cfgSkipLockedTables = FALSE; // mark used tables, make possible to show
// locked tables (since MySQL 3.23.30)
$cfgShowSQL = TRUE; // show SQL queries as run
$cfgAllowUserDropDatabase = FALSE; // show a 'Drop database' link to normal users
$cfgConfirm = TRUE; // confirm 'DROP TABLE' & 'DROP DATABASE'
$cfgShowStats = TRUE; // allow to display statistics and space usage in
// the pages about database details and table
// properties
$cfgShowTooltip = TRUE; // display table comment as tooltip in left frame
$cfgShowPHPInfo = FALSE; // disable access to the phpinfo() call
// In browse mode...
$cfgShowBlob = FALSE; // display blob field contents