1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-07 23:27:17 +02:00

Delete $has_token

This commit is contained in:
Jakub Vrana
2025-03-28 20:40:28 +01:00
parent ff37ac1d35
commit d59830c7b2
3 changed files with 10 additions and 13 deletions

View File

@@ -39,7 +39,7 @@ if ($_GET["script"] == "version") {
exit;
}
global $adminer, $connection, $driver, $drivers, $permanent, $has_token, $translations; // allows including Adminer inside a function
global $adminer, $connection, $driver, $drivers, $permanent, $translations; // allows including Adminer inside a function
if (!$_SERVER["REQUEST_URI"]) { // IIS 5 compatibility
$_SERVER["REQUEST_URI"] = $_SERVER["ORIG_PATH_INFO"];