added new paramter to limit maximum displayed databases

This commit is contained in:
Sebastian Mendel
2006-04-13 13:45:51 +00:00
parent f020ab03b0
commit a79dbc3762
2 changed files with 8 additions and 5 deletions

View File

@@ -6,6 +6,8 @@ $Id$
$Source$
2006-04-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/config.default.php:
added new paramter to limit maximum displayed databases
* sql.php:
- fixed bug #1469469 cyclic redirect with sql.php as default table-page
- re-use already existing code

View File

@@ -123,6 +123,7 @@ $cfg['ServerDefault'] = 1; // Default server (0 = no default server
/**
* Other core phpMyAdmin settings
*/
$cfg['MaxDbList'] = 100; // maximum number of db's displayed in left frame and databaes list
$cfg['OBGzip'] = 'auto'; // use GZIP output buffering if possible (TRUE|FALSE|'auto')
$cfg['PersistentConnections'] = FALSE; // use persistent connections to MySQL database
$cfg['ForceSSL'] = FALSE; // whether to force using https