Merge commit '52084d8'
This commit is contained in:
commit
3fa7915575
12
index.php
12
index.php
@ -316,10 +316,14 @@ if ($GLOBALS['cfg']['ShowServerInfo'] || $GLOBALS['cfg']['ShowPhpInfo']) {
|
||||
);
|
||||
|
||||
$php_ext_string = __('PHP extension:') . ' '
|
||||
. $GLOBALS['cfg']['Server']['extension'] . ' '
|
||||
. PMA_Util::showPHPDocu(
|
||||
'book.' . $GLOBALS['cfg']['Server']['extension'] . '.php'
|
||||
);
|
||||
. $GLOBALS['cfg']['Server']['extension'] . ' ';
|
||||
if (!empty($GLOBALS['cfg']['Server']['extension'])) {
|
||||
$php_ext_string .= PMA_Util::showPHPDocu('book.' . $GLOBALS['cfg']['Server']['extension'] . '.php' );
|
||||
}
|
||||
else {
|
||||
$php_ext_string .= __('None');
|
||||
}
|
||||
|
||||
PMA_printListItem(
|
||||
$php_ext_string,
|
||||
'li_used_php_extension'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user