Changeset 8650
- Timestamp:
- 04/28/08 10:09:25 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/dwhittle/1.1/lib/debug/sfWebDebug.class.php
r7989 r8650 300 300 'cache' => sfConfig::get('sf_cache') ? 'on' : 'off', 301 301 'i18n' => sfConfig::get('sf_i18n') ? 'on' : 'off', 302 'security' => sfConfig::get('sf_use_security') ? 'on' : 'off',303 302 'escaping' => sfConfig::get('sf_escaping_strategy') ? 'on' : 'off', 304 303 'database' => sfConfig::get('sf_use_database') ? 'on' : 'off',