From 4646f63a98539a25a89ac0fd9221ba4f843c7f18 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Fri, 15 Jul 2016 21:43:11 +0200 Subject: [PATCH] Corrected storage paths. --- src/application/config/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/'; /* |--------------------------------------------------------------------------