Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRouslan Placella <rouslan@placella.com>2012-07-04 20:37:35 +0400
committerRouslan Placella <rouslan@placella.com>2012-10-31 00:10:21 +0400
commit9ba7490003d84909f4556a43393ebc76b40b15a8 (patch)
treebe819566eabdd837e85302da72c5fec5db4672c6 /navigation.php
parent228ca64fac72a8f880f78be49d7c54593cb8f931 (diff)
For navigation fetch database names from INFORMATION_SCHEMA only
Diffstat (limited to 'navigation.php')
-rw-r--r--navigation.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/navigation.php b/navigation.php
index 7e94ef9d79..39b0e8c9eb 100644
--- a/navigation.php
+++ b/navigation.php
@@ -12,8 +12,6 @@ require_once './libraries/common.inc.php';
// Also initialises the collapsible tree class
require_once './libraries/navigation/Navigation.class.php';
-$GLOBALS['token'] = $_REQUEST['token'];
-
// Do the magic
$response = PMA_Response::getInstance();
if ($response->isAjax()) {