- common.lib.php should REALLY REALLY and ALWAYS be the first include
- no other calls to grab_gloabls.lib.php
This commit is contained in:
@@ -19,6 +19,7 @@ $Source$
|
|||||||
- do not truncate rowcount and next autoindex
|
- do not truncate rowcount and next autoindex
|
||||||
* /*
|
* /*
|
||||||
- common.lib.php should REALLY REALLY and ALWAYS be the first include
|
- common.lib.php should REALLY REALLY and ALWAYS be the first include
|
||||||
|
- no other calls to grab_gloabls.lib.php
|
||||||
|
|
||||||
2005-11-17 Marc Delisle <lem9@users.sourceforge.net>
|
2005-11-17 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* Documentation.html: patch #1353283, thanks to Isaac Bennetch
|
* Documentation.html: patch #1353283, thanks to Isaac Bennetch
|
||||||
|
@@ -4,7 +4,6 @@
|
|||||||
|
|
||||||
chdir('..');
|
chdir('..');
|
||||||
$is_minimum_common = TRUE;
|
$is_minimum_common = TRUE;
|
||||||
require_once('./libraries/grab_globals.lib.php');
|
|
||||||
require_once('./libraries/common.lib.php');
|
require_once('./libraries/common.lib.php');
|
||||||
require_once('./libraries/sqlparser.lib.php');
|
require_once('./libraries/sqlparser.lib.php');
|
||||||
|
|
||||||
|
@@ -4,7 +4,6 @@
|
|||||||
/**
|
/**
|
||||||
* forms frameset
|
* forms frameset
|
||||||
*
|
*
|
||||||
* @uses libraries/grab_globals.lib.php import variables
|
|
||||||
* @uses libraries/common.lib.php global fnctions
|
* @uses libraries/common.lib.php global fnctions
|
||||||
* @uses libraries/select_theme.lib.php theme manager
|
* @uses libraries/select_theme.lib.php theme manager
|
||||||
* @uses libraries/relation.lib.php table relations
|
* @uses libraries/relation.lib.php table relations
|
||||||
|
@@ -48,7 +48,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// grab_globals.lib.php should really go before common.lib.php
|
// grab_globals.lib.php should really go before common.lib.php
|
||||||
// TODO: remove direct calling from elsewhere
|
|
||||||
require_once('./libraries/grab_globals.lib.php');
|
require_once('./libraries/grab_globals.lib.php');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -7,13 +7,6 @@
|
|||||||
* phpMyAdmin Language Loading File
|
* phpMyAdmin Language Loading File
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* We need some elements of the superglobal $_SERVER array.
|
|
||||||
*/
|
|
||||||
require_once('./libraries/grab_globals.lib.php');
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Define the path to the translations directory and get some variables
|
* Define the path to the translations directory and get some variables
|
||||||
* from system arrays if 'register_globals' is set to 'off'
|
* from system arrays if 'register_globals' is set to 'off'
|
||||||
|
@@ -31,7 +31,6 @@
|
|||||||
/**
|
/**
|
||||||
* We need some elements of the superglobal $_SERVER array.
|
* We need some elements of the superglobal $_SERVER array.
|
||||||
*/
|
*/
|
||||||
require_once('./libraries/grab_globals.lib.php');
|
|
||||||
global $PHP_SELF;
|
global $PHP_SELF;
|
||||||
/**
|
/**
|
||||||
* theme manager
|
* theme manager
|
||||||
|
@@ -16,7 +16,6 @@ define('PMA_DISPLAY_HEADING', 0);
|
|||||||
/**
|
/**
|
||||||
* Gets some core libraries and displays a top message if required
|
* Gets some core libraries and displays a top message if required
|
||||||
*/
|
*/
|
||||||
require_once('./libraries/grab_globals.lib.php');
|
|
||||||
require_once('./libraries/common.lib.php');
|
require_once('./libraries/common.lib.php');
|
||||||
require_once('./header.inc.php');
|
require_once('./header.inc.php');
|
||||||
require_once('./libraries/relation.lib.php');
|
require_once('./libraries/relation.lib.php');
|
||||||
|
Reference in New Issue
Block a user