mirror of
https://github.com/vrana/adminer.git
synced 2026-02-28 01:21:25 +01:00
Move <h2> to design.inc.php
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@30 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -7,7 +7,6 @@ if ($_POST) {
|
||||
$error = mysql_error();
|
||||
}
|
||||
page_header(lang('SQL command'), (strlen($_GET["db"]) ? "" : "db"));
|
||||
echo "<h2>" . lang('SQL command') . "</h2>\n";
|
||||
|
||||
if ($_POST) {
|
||||
if (!$result) {
|
||||
|
||||
Reference in New Issue
Block a user