mirror of
https://github.com/getgrav/grav.git
synced 2026-07-27 08:41:01 +02:00
const CACHE_DIR already defined with trailing slash
```php
define('CACHE_DIR', ROOT_DIR . 'cache/');
```
const CACHE_DIR already defined with trailing slash
```php
define('CACHE_DIR', ROOT_DIR . 'cache/');
```