- 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:
Sebastian Mendel
2005-11-18 13:02:36 +00:00
parent fcf387bc70
commit ec0013dbf6
7 changed files with 1 additions and 12 deletions

View File

@@ -4,7 +4,6 @@
chdir('..');
$is_minimum_common = TRUE;
require_once('./libraries/grab_globals.lib.php');
require_once('./libraries/common.lib.php');
require_once('./libraries/sqlparser.lib.php');