Index: trunk/htdocs/cacher/config.default.php
===================================================================
--- trunk/htdocs/cacher/config.default.php	(revision 1052)
+++ trunk/htdocs/cacher/config.default.php	(revision 1053)
@@ -1,15 +1,8 @@
 <?php
 
-// this is default config
-// DO NOT rename/delete/modify this file
-// see config.example.php
+// [default config]
+// DO NOT rename/delete/modify this file which will be overwritten when upgrade
+// See config.example.php instead
 
-// detected by browser
-// $config['lang'] = 'en-us';
-
-$config['charset'] = "UTF-8";
-
-// translators only
-$config['show_todo_strings'] = false;
 
 // width of graph for free or usage blocks
@@ -21,6 +14,2 @@
 $config['enable_eval'] = false;
 
-// this ob filter is applied for the cache list, not the whole page
-$config['path_nicer'] = 'ob_filter_path_nicer_default';
-
-?>
