Adjusted href of editor title

This commit is contained in:
Lionel Laffineur 2023-11-16 19:50:30 +01:00
parent 7fdcb922e1
commit 4d81695272

View file

@ -4,7 +4,7 @@ class Adminer {
var $_values = array();
function name() {
return "<a href='https://www.adminer.org/editor/'" . target_blank() . " id='h1'>" . lang('Editor') . "</a>";
return "<a href='https://www.adminerevo.org'" . target_blank() . " id='h1'>" . lang('Editor') . "</a>";
}
//! driver, ns
@ -581,7 +581,7 @@ qsl('div').onclick = whisperClick;", "")
?>
<h1>
<?php echo $this->name(); ?> <span class="version"><?php echo $VERSION; ?></span>
<a href="https://www.adminer.org/editor/#download"<?php echo target_blank(); ?> id="version"><?php echo (version_compare($VERSION, $_COOKIE["adminer_version"]) < 0 ? h($_COOKIE["adminer_version"]) : ""); ?></a>
<a href="https://www.adminerevo.org"<?php echo target_blank(); ?> id="version"><?php echo (version_compare($VERSION, $_COOKIE["adminer_version"]) < 0 ? h($_COOKIE["adminer_version"]) : ""); ?></a>
</h1>
<?php
if ($missing == "auth") {