Changeset 2361 for trunk/system/config/cache.php
- Timestamp:
- 03/27/2008 02:37:14 PM (8 months ago)
- Files:
-
- 1 modified
-
trunk/system/config/cache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/config/cache.php
r2231 r2361 27 27 ( 28 28 'driver' => 'file', 29 'params' => 'application/cache',29 'params' => APPPATH.'cache', 30 30 'lifetime' => 1800, 31 31 'requests' => 1000
