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

Remove global $permanent

This commit is contained in:
Jakub Vrana
2025-03-28 22:08:02 +01:00
parent 1eb7538e8c
commit 03d0daff5c
3 changed files with 20 additions and 13 deletions

View File

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