mirror of
https://github.com/vrana/adminer.git
synced 2025-08-22 06:02:57 +02:00
Fix title and links on invalid table pages
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
$TABLE = $_GET["select"];
|
||||
$table_status = table_status($TABLE);
|
||||
$table_status = table_status1($TABLE);
|
||||
$indexes = indexes($TABLE);
|
||||
$fields = fields($TABLE);
|
||||
$foreign_keys = column_foreign_keys($TABLE);
|
||||
|
Reference in New Issue
Block a user