Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
1fc4e7cafd
@ -26,6 +26,7 @@ phpMyAdmin - ChangeLog
|
||||
- bug #3516341 [export] Open Document Text, Word and Texy! Text show table structure twice
|
||||
- bug [export] Texy! Text: Columns containing Pipe Character don't export properly
|
||||
+ [export] Show triggers in Open Document Text, Word and Texy! Text
|
||||
- Patch #3415061 [auth] Login screen appears under the page
|
||||
|
||||
3.5.1.0 (not yet released)
|
||||
- bug #3510784 [edit] Limit clause ignored when sort order is remembered
|
||||
|
||||
@ -158,10 +158,6 @@ function PMA_auth()
|
||||
?>
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
// show login form in top frame
|
||||
if (top != self) {
|
||||
window.top.location.href=location;
|
||||
}
|
||||
// reveal the login form to users with JS enabled
|
||||
$(document).ready(function () {
|
||||
$('form.login').show();
|
||||
@ -314,6 +310,14 @@ $(document).ready(function () {
|
||||
include CUSTOM_FOOTER_FILE;
|
||||
}
|
||||
?>
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
// show login form in top frame.
|
||||
if (top != self || document.body.className != 'loginform') {
|
||||
window.top.location.href=location;
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
<?php
|
||||
|
||||
Loading…
Reference in New Issue
Block a user