mirror of
https://github.com/vrana/adminer.git
synced 2026-03-23 04:50:03 +01:00
Display schema in title
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
page_header(lang('Database schema'), "", array(), DB);
|
||||
page_header(lang('Database schema'), "", array(), DB . ($_GET["ns"] ? ".$_GET[ns]" : ""));
|
||||
|
||||
$table_pos = array();
|
||||
$table_pos_js = array();
|
||||
|
||||
Reference in New Issue
Block a user