Reloading also on login page.
This commit is contained in:
@@ -192,6 +192,11 @@ function PMA_auth()
|
|||||||
if (top != self) {
|
if (top != self) {
|
||||||
window.top.location.href=location;
|
window.top.location.href=location;
|
||||||
}
|
}
|
||||||
|
// Restore location from hash for bookmarks
|
||||||
|
|
||||||
|
if (parent.location.hash != '') {
|
||||||
|
parent.location = 'index.php?' + parent.location.hash.substring(1);
|
||||||
|
}
|
||||||
//]]>
|
//]]>
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
Reference in New Issue
Block a user