From 3cf4c4eb3e25459763fef023435e3157178a08f5 Mon Sep 17 00:00:00 2001 From: Eric Barnes Date: Wed, 12 Jan 2011 09:10:08 -0500 Subject: Changed instructions for location of log path. Fixes #305 --- application/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/config') 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'] = ''; -- cgit v1.2.3-24-g4f1b