common.lib.php should REALLY REALLY and ALWAYS be the first include

This commit is contained in:
Sebastian Mendel
2005-11-18 12:50:49 +00:00
parent 7a56c56c4b
commit fcf387bc70
52 changed files with 46 additions and 57 deletions

View File

@@ -5,7 +5,8 @@
/**
* Get some core libraries
*/
require_once('./libraries/grab_globals.lib.php');
require_once('./libraries/common.lib.php');
$js_to_run = 'functions.js';
require_once('./header.inc.php');