added version to <title>

This commit is contained in:
Olivier Müller
2001-07-04 21:11:20 +00:00
parent c617522395
commit 645dbf09f6

View File

@@ -17,7 +17,7 @@ if (empty($HTTP_HOST)) {
<html>
<head>
<title>phpMyAdmin - <?php echo $HTTP_HOST;?></title>
<title>phpMyAdmin <?php echo PHPMYADMIN_VERSION; ?> - <?php echo $HTTP_HOST;?></title>
</head>
<frameset cols="150,*" rows="*" border="0" frameborder="0">