Replace slash with PHP constant
Signed-off-by: Lee Wei Zhang <leeweizhang24@gmail.com>
This commit is contained in:
parent
7cbca147cc
commit
e36dd797bf
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user