Update 'config/phpmyadmin/vendor_config.php'

added VERSION_SUFFIX and CACHE_DIR
This commit is contained in:
Bram Prieshof
2021-02-25 12:26:21 +01:00
parent 646e5a6912
commit 086591b22f

View File

@@ -78,3 +78,13 @@ define('LOCALE_PATH', './locale/');
* is used) * is used)
*/ */
define('K_PATH_IMAGES', ''); 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', '');