forked from mirrors/easyappointments
Corrected storage paths.
This commit is contained in:
parent
afca1a015e
commit
4646f63a98
1 changed files with 2 additions and 2 deletions
|
@ -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/';
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue