From 086591b22f4449fb32b669f0ed3956043474eb89 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Thu, 25 Feb 2021 12:26:21 +0100 Subject: [PATCH] Update 'config/phpmyadmin/vendor_config.php' added VERSION_SUFFIX and CACHE_DIR --- config/phpmyadmin/vendor_config.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config/phpmyadmin/vendor_config.php b/config/phpmyadmin/vendor_config.php index 66fc866..379dd16 100644 --- a/config/phpmyadmin/vendor_config.php +++ b/config/phpmyadmin/vendor_config.php @@ -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', ''); \ No newline at end of file