Update 'config/phpmyadmin/vendor_config.php'
added VERSION_SUFFIX and CACHE_DIR
This commit is contained in:
@@ -78,3 +78,13 @@ define('LOCALE_PATH', './locale/');
|
||||
* is used)
|
||||
*/
|
||||
define('K_PATH_IMAGES', '');
|
||||
|
||||
/**
|
||||
* Define the cache directory for routing cache an other cache files
|
||||
*/
|
||||
define('CACHE_DIR', ROOT_PATH . 'libraries' . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR);
|
||||
|
||||
/**
|
||||
* Suffix to add to the phpMyAdmin version
|
||||
*/
|
||||
define('VERSION_SUFFIX', '');
|
||||
Reference in New Issue
Block a user