Changeset 1684 for trunk/system/config/profiler.php
- Timestamp:
- 01/06/2008 02:31:17 AM (11 months ago)
- Files:
-
- 1 modified
-
trunk/system/config/profiler.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/config/profiler.php
r1668 r1684 21 21 */ 22 22 $config['session'] = TRUE; 23 24 /** 25 * Show cookie data. 26 */ 27 $config['cookie'] = TRUE;
