|
Last change
on this file since 1053 was
1053,
checked in by moo, 10 months ago
|
|
refactor: move htdocs, bin, lib for easier installation
|
-
Property svn:eol-style set to
native
|
|
File size:
676 bytes
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | |
|---|
| 3 | // DO NOT rename/delete/modify example file which will be overwritten when upgrade |
|---|
| 4 | // How To Custom Config: |
|---|
| 5 | // 1. copy config.example.php config.php; edit config.php |
|---|
| 6 | // 2. upgrading your config.php when config.example.php were upgraded |
|---|
| 7 | // XCache will load |
|---|
| 8 | // 1. ../config.default.php |
|---|
| 9 | // 2. ./config.default.php |
|---|
| 10 | // 3. ../config.php |
|---|
| 11 | // 4. ./config.php |
|---|
| 12 | |
|---|
| 13 | // width of graph for free or usage blocks |
|---|
| 14 | $config['percent_graph_width'] = 120; |
|---|
| 15 | $config['percent_graph_type'] = 'used'; // either 'used' or 'free' |
|---|
| 16 | |
|---|
| 17 | // only enable if you have password protection for admin page |
|---|
| 18 | // enabling this option will cause user to eval() whatever code they want |
|---|
| 19 | $config['enable_eval'] = false; |
|---|
| 20 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.