/usr/share/xcache/htdocs/coverager/config.default.php is in php5-xcache 3.2.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | <?php
// [default config]
// DO NOT rename/delete/modify this file which will be overwritten when upgrade
// See config.example.php instead
// $config['include_paths'] = array();
// $config['exclude_paths'] = array();
$config['syntax_higlight'] = true;
$config['use_cache'] = false;
// $config['datadir'] is default to ini_get("xcache.coveragedump_directory")
|