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 */