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

@@ -2,10 +2,12 @@
/* $Id$ */
// vim: expandtab sw=4 ts=4 sts=4:
require_once('./libraries/common.lib.php');
/**
* Does the common work
*/
$js_to_run = 'functions.js';
require_once './server_common.inc.php';
require_once './libraries/sql_query_form.lib.php';