Use standard javascript loading on login page.

This commit is contained in:
Michal Čihař
2011-02-01 17:52:14 +01:00
parent 290d448b9a
commit 685e199c16

View File

@@ -169,18 +169,8 @@ function PMA_auth()
/* HTML header; do not show here the PMA version to improve security */ /* HTML header; do not show here the PMA version to improve security */
$page_title = 'phpMyAdmin '; $page_title = 'phpMyAdmin ';
require './libraries/header_meta_style.inc.php'; require './libraries/header_meta_style.inc.php';
require './libraries/header_scripts.inc.php';
?> ?>
<script src="./js/jquery/jquery-1.4.4.js" type="text/javascript"></script>
<script src="./js/update-location.js" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
// show login form in top frame
if (top != self) {
window.top.location.href=location;
}
//]]>
</script>
<script src="./js/functions.js" type="text/javascript"></script>
</head> </head>
<body class="loginform"> <body class="loginform">