Ignore some defines which configure what will be included.
This commit is contained in:
@@ -6,11 +6,15 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* requirements
|
||||
* no need for variables importing
|
||||
* @ignore
|
||||
*/
|
||||
if (! defined('PMA_NO_VARIABLES_IMPORT')) {
|
||||
define('PMA_NO_VARIABLES_IMPORT', true);
|
||||
}
|
||||
/**
|
||||
* requirements
|
||||
*/
|
||||
require_once './libraries/common.inc.php';
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user