diff options
author | Eric Barnes <eric@ericlbarnes.com> | 2011-01-12 15:10:08 +0100 |
---|---|---|
committer | Eric Barnes <eric@ericlbarnes.com> | 2011-01-12 15:10:08 +0100 |
commit | 3cf4c4eb3e25459763fef023435e3157178a08f5 (patch) | |
tree | fab07a33d2144d29a7e4ff350fb4e212c9a5aca2 /application/config/config.php | |
parent | ffdc392e2777ff8326b3fca6087d71ae96816e1b (diff) |
Changed instructions for location of log path. Fixes #305
Diffstat (limited to 'application/config/config.php')
-rw-r--r-- | application/config/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/config/config.php b/application/config/config.php index a844f71ab..5c6cc0aec 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -188,7 +188,7 @@ $config['log_threshold'] = 0; |-------------------------------------------------------------------------- | | Leave this BLANK unless you would like to set something other than the default -| system/logs/ folder. Use a full server path with trailing slash. +| application/logs/ folder. Use a full server path with trailing slash. | */ $config['log_path'] = ''; |