bug #1947189 [scripts] Missing </head> in scripts/signon.php
This commit is contained in:
@@ -79,6 +79,8 @@ danbarry
|
|||||||
- bug #1934401 [core] Cannot force a language
|
- bug #1934401 [core] Cannot force a language
|
||||||
- bug #1944077 [core] Config file containing a BOM,
|
- bug #1944077 [core] Config file containing a BOM,
|
||||||
thanks to Gaetano Giunta - ggiunta
|
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)
|
2.11.5.1 (2008-03-29)
|
||||||
- bug #1909711 [security] Sensitive data in session files
|
- bug #1909711 [security] Sensitive data in session files
|
||||||
|
@@ -41,7 +41,7 @@ if (isset($_POST['user'])) {
|
|||||||
<link rel="icon" href="../favicon.ico" type="image/x-icon" />
|
<link rel="icon" href="../favicon.ico" type="image/x-icon" />
|
||||||
<link rel="shortcut 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>
|
<title>phpMyAdmin single signon example</title>
|
||||||
<html>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<form action="signon.php" method="post">
|
<form action="signon.php" method="post">
|
||||||
Username: <input type="text" name="user" /><br />
|
Username: <input type="text" name="user" /><br />
|
||||||
|
Reference in New Issue
Block a user