added version to <title>
This commit is contained in:
@@ -17,7 +17,7 @@ if (empty($HTTP_HOST)) {
|
|||||||
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>phpMyAdmin - <?php echo $HTTP_HOST;?></title>
|
<title>phpMyAdmin <?php echo PHPMYADMIN_VERSION; ?> - <?php echo $HTTP_HOST;?></title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<frameset cols="150,*" rows="*" border="0" frameborder="0">
|
<frameset cols="150,*" rows="*" border="0" frameborder="0">
|
||||||
|
Reference in New Issue
Block a user