Merge #16186 - Remove K_PATH_IMAGES constant not used since 4.7

Pull-request: #16186

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2020-06-11 20:41:32 +02:00
commit 18b545de3d
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

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