mirror of
https://github.com/vrana/adminer.git
synced 2026-07-06 21:27:32 +02:00
Change logo link to main page (login)
This commit is contained in:
@@ -6,7 +6,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 id='h1' href='" . h(HOME_URL) . "'>" . lang('Editor') . "</a>";
|
||||
}
|
||||
|
||||
//! driver, ns
|
||||
|
||||
Reference in New Issue
Block a user