From b27c2e44121e0a0ca275ef019e8ec65e3441f9c9 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Wed, 10 Jun 2020 22:19:16 +0200 Subject: [PATCH] Remove K_PATH_IMAGES constant not used since 4.7 Signed-off-by: William Desportes --- libraries/vendor_config.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/libraries/vendor_config.php b/libraries/vendor_config.php index 85676bed8b..665e619eb7 100644 --- a/libraries/vendor_config.php +++ b/libraries/vendor_config.php @@ -75,12 +75,6 @@ define('VERSION_CHECK_DEFAULT', true); */ define('LOCALE_PATH', ROOT_PATH . 'locale/'); -/** - * Avoid referring to nonexistent files (causes warnings when open_basedir - * is used) - */ -define('K_PATH_IMAGES', ROOT_PATH); - /** * Define the cache directory for routing cache an other cache files */