Changeset 123 for trunk/admin/config.php.example
- Timestamp:
- 2006-09-02T04:13:29+02:00 (7 years ago)
- File:
-
- 1 edited
-
trunk/admin/config.php.example (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/config.php.example
r34 r123 4 4 // write your own config and name it as config.php 5 5 6 // detected by browser 7 // $lang = 'en-us'; 8 6 9 $charset = "UTF-8"; 10 11 // developers only 12 $show_todo_strings = false; 7 13 8 14 // this function is detected by xcache.tpl.php, and enabled if function_exists … … 10 16 function ob_filter_path_nicer($o) 11 17 { 18 $o = str_replace($_SERVER['DOCUMENT_ROOT'], "{DOCROOT}/", $o); 12 19 $o = str_replace("/home/", "{H}/", $o); 13 20 return $o;
Note: See TracChangeset
for help on using the changeset viewer.

