1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-12 09:34:10 +02:00

Don't rely on headers_sent

This commit is contained in:
Jakub Vrana
2010-11-25 10:40:16 +01:00
parent 87fa3d45d7
commit 8ce9ba616d
2 changed files with 2 additions and 1 deletions

View File

@@ -78,6 +78,7 @@ function page_header($title, $error = "", $breadcrumb = array(), $title2 = "") {
if ($error) {
echo "<div class='error'>$error</div>\n";
}
define("PAGE_HEADER", 1);
}
/** Print HTML footer