common.lib.php should REALLY REALLY and ALWAYS be the first include
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
/* $Id$ */
|
||||
// vim: expandtab sw=4 ts=4 sts=4:
|
||||
|
||||
require_once('./libraries/common.lib.php');
|
||||
|
||||
/**
|
||||
* This script imports relation infos from docSQL (www.databay.de)
|
||||
@@ -13,13 +14,8 @@
|
||||
* the headers
|
||||
*/
|
||||
require_once('./libraries/read_dump.lib.php');
|
||||
require_once('./libraries/grab_globals.lib.php');
|
||||
require_once('./header.inc.php');
|
||||
|
||||
//require common added for string importing - Robbat2, 15 January 2003 9.34PM
|
||||
//all hardcoded strings converted by Robbat2, 15 January 2003 9.34PM
|
||||
require_once('./libraries/common.lib.php');
|
||||
|
||||
// Check parameters
|
||||
PMA_checkParameters(array('db'));
|
||||
|
||||
|
Reference in New Issue
Block a user