Replace slash with PHP constant

Signed-off-by: Lee Wei Zhang <leeweizhang24@gmail.com>
This commit is contained in:
Wei Zhang 2020-10-27 10:38:59 +08:00
parent 7cbca147cc
commit e36dd797bf

View File

@ -78,4 +78,4 @@ define('LOCALE_PATH', ROOT_PATH . 'locale' . DIRECTORY_SEPARATOR);
/**
* Define the cache directory for routing cache an other cache files
*/
define('CACHE_DIR', ROOT_PATH . 'libraries/cache' . DIRECTORY_SEPARATOR);
define('CACHE_DIR', ROOT_PATH . 'libraries' . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR);