Merge branch 'QA_4_4'
This commit is contained in:
commit
b398635e1a
@ -26,6 +26,7 @@ phpMyAdmin - ChangeLog
|
||||
+ rfe #1639 Add grouping to stored procedures in the navigation tree
|
||||
|
||||
4.4.3.0 (not yet released)
|
||||
- bug #4851 PHP errors in login dialogue
|
||||
|
||||
4.4.2.0 (2015-04-13)
|
||||
- bug #4835 PMA_hideShowConnection not called after submit_num_fields
|
||||
|
||||
@ -1189,6 +1189,7 @@ if (!empty($__redirect) && in_array($__redirect, $goto_whitelist)) {
|
||||
|
||||
// If Zero configuration mode enabled, check PMA tables in current db.
|
||||
if (! defined('PMA_MINIMUM_COMMON')
|
||||
&& ! empty($GLOBALS['server'])
|
||||
&& isset($GLOBALS['cfg']['ZeroConf'])
|
||||
&& $GLOBALS['cfg']['ZeroConf'] == true
|
||||
) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user