added new paramter to limit maximum displayed databases
This commit is contained in:
@@ -6,6 +6,8 @@ $Id$
|
|||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
2006-04-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
2006-04-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||||
|
* libraries/config.default.php:
|
||||||
|
added new paramter to limit maximum displayed databases
|
||||||
* sql.php:
|
* sql.php:
|
||||||
- fixed bug #1469469 cyclic redirect with sql.php as default table-page
|
- fixed bug #1469469 cyclic redirect with sql.php as default table-page
|
||||||
- re-use already existing code
|
- re-use already existing code
|
||||||
|
@@ -123,6 +123,7 @@ $cfg['ServerDefault'] = 1; // Default server (0 = no default server
|
|||||||
/**
|
/**
|
||||||
* Other core phpMyAdmin settings
|
* 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['OBGzip'] = 'auto'; // use GZIP output buffering if possible (TRUE|FALSE|'auto')
|
||||||
$cfg['PersistentConnections'] = FALSE; // use persistent connections to MySQL database
|
$cfg['PersistentConnections'] = FALSE; // use persistent connections to MySQL database
|
||||||
$cfg['ForceSSL'] = FALSE; // whether to force using https
|
$cfg['ForceSSL'] = FALSE; // whether to force using https
|
||||||
|
Reference in New Issue
Block a user