diff options
author | Andrey Andreev <narf@bofh.bg> | 2013-01-23 09:56:17 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2013-01-23 09:56:17 +0100 |
commit | 3f7445d366706b969946b2e1923edf82074716b8 (patch) | |
tree | 02d5435ff26779b0f2176d5c353da2d198efd96a | |
parent | 8dbc9993b5dcd2a045dbf193a3ed198a55649bea (diff) | |
parent | cdd80bf46bf2e75a127e4104ff3aa13fab59e3d5 (diff) |
Merge pull request #2185 from OsamaAbbas/patch-1
Update application/config/config.php
-rw-r--r-- | application/config/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/config/config.php b/application/config/config.php index a4ef19137..bd4aad73d 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -241,7 +241,7 @@ $config['log_date_format'] = 'Y-m-d H:i:s'; |-------------------------------------------------------------------------- | | Leave this BLANK unless you would like to set something other than the default -| system/cache/ folder. Use a full server path with trailing slash. +| application/cache/ folder. Use a full server path with trailing slash. | */ $config['cache_path'] = ''; @@ -421,4 +421,4 @@ $config['proxy_ips'] = ''; /* End of file config.php */ -/* Location: ./application/config/config.php */
\ No newline at end of file +/* Location: ./application/config/config.php */ |