Changeset 1053 for trunk/htdocs/cacher/config.default.php
- Timestamp:
- 07/27/2012 09:17:42 AM (10 months ago)
- Files:
-
- 1 modified
-
trunk/htdocs/cacher/config.default.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/cacher/config.default.php
r920 r1053 1 1 <?php 2 2 3 // this is default config4 // DO NOT rename/delete/modify this file 5 // see config.example.php3 // [default config] 4 // DO NOT rename/delete/modify this file which will be overwritten when upgrade 5 // See config.example.php instead 6 6 7 // detected by browser8 // $config['lang'] = 'en-us';9 10 $config['charset'] = "UTF-8";11 12 // translators only13 $config['show_todo_strings'] = false;14 7 15 8 // width of graph for free or usage blocks … … 21 14 $config['enable_eval'] = false; 22 15 23 // this ob filter is applied for the cache list, not the whole page24 $config['path_nicer'] = 'ob_filter_path_nicer_default';25 26 ?>

