mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 18:14:07 +02:00
Close session to allow faster loading in multiple windows
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@81 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -31,6 +31,7 @@ PRE { margin: 0; margin: .12em 0; }
|
||||
echo "<p class='message'>$_SESSION[message]</p>\n";
|
||||
$_SESSION["message"] = "";
|
||||
}
|
||||
session_write_close();
|
||||
}
|
||||
|
||||
function page_footer($missing = false) {
|
||||
|
Reference in New Issue
Block a user