added an option to define whether previous login should be recalled or not in cookie auth. mode
This commit is contained in:
@@ -73,6 +73,9 @@ if (!defined('PMA_COMMON_LIB_INCLUDED')){
|
||||
if (!isset($cfgShowStats)) {
|
||||
$cfgShowStats = TRUE;
|
||||
}
|
||||
if (!isset($cfgLoginCookieRecall)) {
|
||||
$cfgLoginCookieRecall = TRUE;
|
||||
}
|
||||
if (!isset($cfgShowTooltip)) {
|
||||
$cfgShowTooltip = TRUE;
|
||||
}
|
||||
@@ -114,6 +117,9 @@ if (!defined('PMA_COMMON_LIB_INCLUDED')){
|
||||
if (!isset($cfgBrowsePointerColor)) {
|
||||
$cfgBrowsePointerColor = '';
|
||||
}
|
||||
if (!isset($cfgBrowseMarkRow)) {
|
||||
$cfgBrowseMarkRow = 0;
|
||||
}
|
||||
if (!isset($cfgTextareaCols)) {
|
||||
$cfgTextareaCols = 40;
|
||||
}
|
||||
|
Reference in New Issue
Block a user