From: Jakub Vrana Date: Fri, 6 Feb 2015 17:00:48 +0000 (-0800) Subject: Add referrer: never meta tag X-Git-Tag: v4.2.0~3 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=060c0068758944ec6dd84e8e5dcebf71fe15c1bc;p=adminer.git Add referrer: never meta tag --- diff --git a/adminer/include/design.inc.php b/adminer/include/design.inc.php index 508c922f..a9025225 100644 --- a/adminer/include/design.inc.php +++ b/adminer/include/design.inc.php @@ -21,6 +21,7 @@ function page_header($title, $error = "", $breadcrumb = array(), $title2 = "") { + <?php echo $title_page; ?> diff --git a/changes.txt b/changes.txt index 9d3abcea..764e530a 100644 --- a/changes.txt +++ b/changes.txt @@ -11,6 +11,7 @@ Report offline and other AJAX errors (bug #419) Don't alter table comment if not changed Add links to documentation on table status page Fix handling of 64 bit numbers in auto_increment +Add referrer: never meta tag MySQL: Use utf8mb4 if available MySQL: Support foreign keys in NDB storage PostgreSQL: Materialized views