Reordered some directives
This commit is contained in:
@@ -114,16 +114,15 @@ $cfgAllowUserDropDatabase = FALSE; // show a 'Drop database' link to normal use
|
|||||||
$cfgConfirm = TRUE; // confirm 'DROP TABLE' & 'DROP DATABASE'
|
$cfgConfirm = TRUE; // confirm 'DROP TABLE' & 'DROP DATABASE'
|
||||||
$cfgLoginCookieRecall = TRUE; // recall previous login in cookie auth. mode or not
|
$cfgLoginCookieRecall = TRUE; // recall previous login in cookie auth. mode or not
|
||||||
|
|
||||||
$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
|
|
||||||
|
|
||||||
// Left frame setup
|
// Left frame setup
|
||||||
$cfgLeftFrameLight = TRUE; // use a select-based menu and display only the
|
$cfgLeftFrameLight = TRUE; // use a select-based menu and display only the
|
||||||
// current tables in the left frame. (experimental)
|
// current tables in the left frame. (experimental)
|
||||||
|
$cfgShowTooltip = TRUE; // display table comment as tooltip in left frame
|
||||||
|
|
||||||
// In the main frame, at startup...
|
// In the main frame, at startup...
|
||||||
|
$cfgShowStats = TRUE; // allow to display statistics and space usage in
|
||||||
|
// the pages about database details and table
|
||||||
|
// properties
|
||||||
$cfgShowMysqlInfo = FALSE; // whether to display the "MySQL runtime
|
$cfgShowMysqlInfo = FALSE; // whether to display the "MySQL runtime
|
||||||
$cfgShowMysqlVars = FALSE; // information", "MySQL system variables", "PHP
|
$cfgShowMysqlVars = FALSE; // information", "MySQL system variables", "PHP
|
||||||
$cfgShowPhpInfo = FALSE; // information" and "change password" links for
|
$cfgShowPhpInfo = FALSE; // information" and "change password" links for
|
||||||
@@ -148,6 +147,7 @@ $cfgProtectBinary = 'blob'; // disallow editing of binary fields
|
|||||||
// 'all' disallow editing
|
// 'all' disallow editing
|
||||||
$cfgShowFunctionFields = TRUE; // Display the function fields in edit/insert mode
|
$cfgShowFunctionFields = TRUE; // Display the function fields in edit/insert mode
|
||||||
|
|
||||||
|
// For the export features...
|
||||||
$cfgZipDump = TRUE; // Allow the use of zip/gzip/bzip
|
$cfgZipDump = TRUE; // Allow the use of zip/gzip/bzip
|
||||||
$cfgGZipDump = TRUE; // compression for
|
$cfgGZipDump = TRUE; // compression for
|
||||||
$cfgBZipDump = TRUE; // dump files
|
$cfgBZipDump = TRUE; // dump files
|
||||||
|
Reference in New Issue
Block a user