Last change
on this file was 39, checked in by chronos, 4 years ago |
- Added: Support for locales and czech language. It can be switched on from top language selector.
|
File size:
440 bytes
|
Line | |
---|
1 | <?php
|
---|
2 |
|
---|
3 | $Config['Database']['Host'] = 'localhost';
|
---|
4 | $Config['Database']['User'] = 'teribear';
|
---|
5 | $Config['Database']['Password'] = '';
|
---|
6 | $Config['Database']['Database'] = 'teribear';
|
---|
7 | $Config['Database']['Prefix'] = '';
|
---|
8 | $Config['Database']['Charset'] = 'utf8';
|
---|
9 | $Config['Encoding'] = 'utf-8';
|
---|
10 | $Config['BaseURL'] = '';
|
---|
11 | $Config['Contact'] = 'email@localhost';
|
---|
12 | $Config['ItemsPerPage'] = 30;
|
---|
13 | $Config['VisiblePagingItems'] = 5;
|
---|
14 | $Config['Locale'] = 'en';
|
---|
Note:
See
TracBrowser
for help on using the repository browser.