From c29562d369b262c337f1bf06dd50bce3457b1d18 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 15 Dec 2010 17:41:04 +0100 Subject: [PATCH] Declare global variables to allow including from inside a function --- adminer/include/bootstrap.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/adminer/include/bootstrap.inc.php b/adminer/include/bootstrap.inc.php index 70966859..f141bd40 100644 --- a/adminer/include/bootstrap.inc.php +++ b/adminer/include/bootstrap.inc.php @@ -21,6 +21,7 @@ if (isset($_GET["file"])) { include "../adminer/include/functions.inc.php"; +global $adminer, $connection, $drivers, $edit_functions, $enum_length, $error, $functions, $grouping, $HTTPS, $inout, $jush, $LANG, $langs, $on_actions, $structured_types, $token, $translations, $types, $unsigned, $VERSION; if (!isset($_SERVER["REQUEST_URI"])) { $_SERVER["REQUEST_URI"] = $_SERVER["ORIG_PATH_INFO"] . ($_SERVER["QUERY_STRING"] != "" ? "?$_SERVER[QUERY_STRING]" : ""); // IIS 5 compatibility }