Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
24cb1cfac5
@ -117,9 +117,9 @@ if ($server > 0 || count($cfg['Servers']) > 1
|
||||
/**
|
||||
* Displays the MySQL servers choice form
|
||||
*/
|
||||
if ($cfg['ServerDefault'] == 0
|
||||
if ($cfg['ServerDefault'] == 0
|
||||
|| (! $cfg['NavigationDisplayServers']
|
||||
&& (count($cfg['Servers']) > 1
|
||||
&& (count($cfg['Servers']) > 1
|
||||
|| ($server == 0 && count($cfg['Servers']) == 1)
|
||||
)
|
||||
)
|
||||
|
||||
@ -305,7 +305,7 @@ function PMA_warnMissingExtension($extension, $fatal = false, $extra = '')
|
||||
PMA_fatalError($message);
|
||||
} else {
|
||||
$GLOBALS['error_handler']->addError(
|
||||
$message,
|
||||
$message,
|
||||
E_USER_WARNING,
|
||||
'',
|
||||
'',
|
||||
|
||||
@ -13,10 +13,6 @@ if (! defined('PHPMYADMIN')) {
|
||||
if (! defined('TESTSUITE')) {
|
||||
header('Content-Type: text/html; charset=utf-8');
|
||||
}
|
||||
|
||||
require_once 'libraries/Response.class.php';
|
||||
PMA_Response::getInstance()->disable();
|
||||
|
||||
?>
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="<?php echo $lang; ?>" dir="<?php echo $dir; ?>">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user