diff --git a/src/application/config/config.php b/src/application/config/config.php index e270aed1..356bea35 100644 --- a/src/application/config/config.php +++ b/src/application/config/config.php @@ -237,7 +237,7 @@ $config['log_threshold'] = 1; | application/logs/ folder. Use a full server path with trailing slash. | */ -$config['log_path'] = __DIR__ . '/../../storage/cache'; +$config['log_path'] = __DIR__ . '/../../storage/cache/'; /* |-------------------------------------------------------------------------- @@ -259,7 +259,7 @@ $config['log_date_format'] = 'Y-m-d H:i:s'; | system/cache/ folder. Use a full server path with trailing slash. | */ -$config['cache_path'] = __DIR__ . '/../../storage/cache'; +$config['cache_path'] = __DIR__ . '/../../storage/cache/'; /* |--------------------------------------------------------------------------