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,8 +5,9 @@
/**
* Gets the variables sent or posted to this script, then displays headers
*/
require_once('./libraries/common.lib.php');
if (!isset($selected_tbl)) {
require_once('./libraries/grab_globals.lib.php');
require_once('./header.inc.php');
}