|
Last change
on this file since 1054 was
1054,
checked in by moo, 11 months ago
|
|
refactor: move htdocs, bin, lib for easier installation
|
-
Property svn:eol-style set to
native
|
|
File size:
363 bytes
|
| Rev | Line | |
|---|
| [1054] | 1 | <?php |
|---|
| 2 | |
|---|
| 3 | // [default config] |
|---|
| 4 | // DO NOT rename/delete/modify this file which will be overwritten when upgrade |
|---|
| 5 | // See config.example.php instead |
|---|
| 6 | |
|---|
| 7 | // $config['include_paths'] = array(); |
|---|
| 8 | // $config['exclude_paths'] = array(); |
|---|
| 9 | $config['syntax_higlight'] = true; |
|---|
| 10 | $config['use_cache'] = false; |
|---|
| 11 | // $config['datadir'] is default to ini_get("xcache.coveragedump_directory") |
|---|
| 12 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.