You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
425 B
PHP
18 lines
425 B
PHP
<?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;
|
|
|
|
// this ob filter function is applied for the list with paths, not the whole page
|
|
$config['path_nicer'] = 'ob_filter_path_nicer_default';
|
|
|