|
Last change
on this file since 33 was
33,
checked in by moo, 7 years ago
|
|
coverage dumper web viewer
|
|
File size:
393 bytes
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | |
|---|
| 3 | // should be named as config.php |
|---|
| 4 | |
|---|
| 5 | $charset = "UTF-8"; |
|---|
| 6 | // $include_paths = array("/www/my-php-project/"); |
|---|
| 7 | // $exclude_paths = array("/www/my-php-project/tmp/"); |
|---|
| 8 | $syntaxhiglight = true; |
|---|
| 9 | $usecache = false; |
|---|
| 10 | //// $datadir is default to ini_get("xcache.coveragedump_directory") |
|---|
| 11 | // $datadir = ''; |
|---|
| 12 | |
|---|
| 13 | function ob_filter_path_nicer($o) |
|---|
| 14 | { |
|---|
| 15 | $o = str_replace("/home/", "{H}/", $o); |
|---|
| 16 | return $o; |
|---|
| 17 | } |
|---|
| 18 | |
|---|
| 19 | ?> |
|---|
Note: See
TracBrowser
for help on using the repository browser.