|
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:
461 bytes
|
| Rev | Line | |
|---|
| [920] | 1 | <?php |
|---|
| 2 | |
|---|
| [1053] | 3 | // [default config] |
|---|
| 4 | // DO NOT rename/delete/modify this file which will be overwritten when upgrade |
|---|
| 5 | // See config.example.php instead |
|---|
| [920] | 6 | |
|---|
| 7 | |
|---|
| 8 | // width of graph for free or usage blocks |
|---|
| 9 | $config['percent_graph_width'] = 120; |
|---|
| 10 | $config['percent_graph_type'] = 'used'; // either 'used' or 'free' |
|---|
| 11 | |
|---|
| 12 | // only enable if you have password protection for admin page |
|---|
| 13 | // enabling this option will cause user to eval() whatever code they want |
|---|
| 14 | $config['enable_eval'] = false; |
|---|
| 15 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.