Corrected storage paths.

This commit is contained in:
Alex Tselegidis 2016-07-15 21:43:11 +02:00
parent afca1a015e
commit 4646f63a98
1 changed files with 2 additions and 2 deletions

View File

@ -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/';
/*
|--------------------------------------------------------------------------