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')) {
|
if (! defined('PMA_NO_VARIABLES_IMPORT')) {
|
||||||
define('PMA_NO_VARIABLES_IMPORT', true);
|
define('PMA_NO_VARIABLES_IMPORT', true);
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* requirements
|
||||||
|
*/
|
||||||
require_once './libraries/common.inc.php';
|
require_once './libraries/common.inc.php';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -8,7 +8,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* no need for variables importing
|
||||||
|
* @ignore
|
||||||
*/
|
*/
|
||||||
if (! defined('PMA_NO_VARIABLES_IMPORT')) {
|
if (! defined('PMA_NO_VARIABLES_IMPORT')) {
|
||||||
define('PMA_NO_VARIABLES_IMPORT', true);
|
define('PMA_NO_VARIABLES_IMPORT', true);
|
||||||
|
@@ -8,7 +8,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* no need for variables importing
|
||||||
|
* @ignore
|
||||||
*/
|
*/
|
||||||
if (! defined('PMA_NO_VARIABLES_IMPORT')) {
|
if (! defined('PMA_NO_VARIABLES_IMPORT')) {
|
||||||
define('PMA_NO_VARIABLES_IMPORT', true);
|
define('PMA_NO_VARIABLES_IMPORT', true);
|
||||||
|
@@ -6,7 +6,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* no need for variables importing
|
||||||
|
* @ignore
|
||||||
*/
|
*/
|
||||||
if (! defined('PMA_NO_VARIABLES_IMPORT')) {
|
if (! defined('PMA_NO_VARIABLES_IMPORT')) {
|
||||||
define('PMA_NO_VARIABLES_IMPORT', true);
|
define('PMA_NO_VARIABLES_IMPORT', true);
|
||||||
|
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Don't display the page heading
|
* Don't display the page heading
|
||||||
|
* @ignore
|
||||||
*/
|
*/
|
||||||
define('PMA_DISPLAY_HEADING', 0);
|
define('PMA_DISPLAY_HEADING', 0);
|
||||||
|
|
||||||
|
@@ -30,6 +30,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* no need for variables importing
|
* no need for variables importing
|
||||||
|
* @ignore
|
||||||
*/
|
*/
|
||||||
if (! defined('PMA_NO_VARIABLES_IMPORT')) {
|
if (! defined('PMA_NO_VARIABLES_IMPORT')) {
|
||||||
define('PMA_NO_VARIABLES_IMPORT', true);
|
define('PMA_NO_VARIABLES_IMPORT', true);
|
||||||
|
Reference in New Issue
Block a user