common.lib.php should REALLY REALLY and ALWAYS be the first include
This commit is contained in:
@@ -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';
|
||||
|
||||
|
Reference in New Issue
Block a user