Merge commit '4185868'
This commit is contained in:
commit
8ad850a820
@ -1056,7 +1056,7 @@ if (! defined('PMA_MINIMUM_COMMON')) {
|
||||
/**
|
||||
* Initializes the SQL parsing library.
|
||||
*/
|
||||
include_once './libraries/sql-parser/autoload.php';
|
||||
include_once SQL_PARSER_AUTOLOAD;
|
||||
|
||||
// Loads closest context to this version.
|
||||
SqlParser\Context::loadClosest('MySql' . PMA_MYSQL_INT_VERSION);
|
||||
|
||||
@ -84,9 +84,13 @@ define('TCPDF_INC', './libraries/tcpdf/tcpdf.php');
|
||||
*/
|
||||
define('PHPSECLIB_INC_DIR', './libraries/phpseclib/');
|
||||
|
||||
/**
|
||||
* Path to the udan11/sql-parser. Useful when you want to use system version.
|
||||
*/
|
||||
define('SQL_PARSER_AUTOLOAD', './libraries/sql-parser/autoload.php');
|
||||
|
||||
/**
|
||||
* Avoid referring to nonexistent files (causes warnings when open_basedir
|
||||
* is used)
|
||||
*/
|
||||
define('K_PATH_IMAGES', '');
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user