source:
config.sample.php
| Last change on this file was 4, checked in by , 17 years ago | |
|---|---|
| File size: 255 bytes | |
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | $Config = array( |
| 4 | 'Database' => array( |
| 5 | 'Host' => 'localhost', |
| 6 | 'User' => '', |
| 7 | 'Password' => '', |
| 8 | 'Database' => '', |
| 9 | 'Prefix' => '', |
| 10 | 'Charset' => 'utf8', |
| 11 | ), |
| 12 | 'Charset' => 'utf-8', |
| 13 | 'BaseURL' => '', |
| 14 | 'webpass' => '', |
| 15 | ); |
| 16 | |
| 17 | ?> |
Note:
See TracBrowser
for help on using the repository browser.
