mirror of
https://github.com/vrana/adminer.git
synced 2025-08-16 03:24:01 +02:00
Unset unnecessary token
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@379 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -95,6 +95,7 @@ if (isset($_GET["dump"])) {
|
||||
} elseif (isset($_GET["select"])) {
|
||||
include "./select.inc.php";
|
||||
} else {
|
||||
unset($_SESSION["tokens"][$_GET["server"]][$_SERVER["REQUEST_URI"]]);
|
||||
page_header(lang('Database') . ": " . htmlspecialchars($_GET["db"]), false);
|
||||
echo '<p><a href="' . htmlspecialchars($SELF) . 'database=">' . lang('Alter database') . "</a></p>\n";
|
||||
echo '<p><a href="' . htmlspecialchars($SELF) . 'schema=">' . lang('Database schema') . "</a></p>\n";
|
||||
|
Reference in New Issue
Block a user