bug #1947189 [scripts] Missing </head> in scripts/signon.php

This commit is contained in:
Marc Delisle
2008-04-21 17:06:03 +00:00
parent 0bf622c924
commit 7c8e036ed4
2 changed files with 3 additions and 1 deletions

View File

@@ -79,6 +79,8 @@ danbarry
- bug #1934401 [core] Cannot force a language
- bug #1944077 [core] Config file containing a BOM,
thanks to Gaetano Giunta - ggiunta
- bug #1947189 [scripts] Missing </head> in scripts/signon.php,
thanks to Dolf Schimmel
2.11.5.1 (2008-03-29)
- bug #1909711 [security] Sensitive data in session files

View File

@@ -41,7 +41,7 @@ if (isset($_POST['user'])) {
<link rel="icon" href="../favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
<title>phpMyAdmin single signon example</title>
<html>
</head>
<body>
<form action="signon.php" method="post">
Username: <input type="text" name="user" /><br />