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