mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 17:14:07 +02:00
Revert "Table-less drivers: Hide Create table link"
This reverts commit841f76fb00
. This reverts commit8fed1523ec
.
This commit is contained in:
@@ -165,7 +165,7 @@ if ($adminer->homepage()) {
|
||||
echo script("tableCheck();");
|
||||
}
|
||||
|
||||
echo "<p class='links'>" . (support("table") ? "<a href='" . h(ME) . "create='>" . lang('Create table') . "</a>\n" : "");
|
||||
echo "<p class='links'><a href='" . h(ME) . "create='>" . lang('Create table') . "</a>\n";
|
||||
echo (support("view") ? "<a href='" . h(ME) . "view='>" . lang('Create view') . "</a>\n" : "");
|
||||
|
||||
if (support("routine")) {
|
||||
|
Reference in New Issue
Block a user