Last change
on this file was 61, checked in by chronos, 4 years ago |
- Modified: Limit display of meet and event to defined time interval.
|
File size:
671 bytes
|
Line | |
---|
1 | <?php
|
---|
2 |
|
---|
3 | $Config['Database']['Host'] = 'localhost';
|
---|
4 | $Config['Database']['User'] = 'tanec';
|
---|
5 | $Config['Database']['Password'] = '';
|
---|
6 | $Config['Database']['Database'] = 'tanec';
|
---|
7 | $Config['Database']['Prefix'] = '';
|
---|
8 | $Config['Database']['Charset'] = 'utf8';
|
---|
9 | $Config['Encoding'] = 'utf-8';
|
---|
10 | $Config['BaseURL'] = '';
|
---|
11 | $Config['HostName'] = 'https://localhost';
|
---|
12 | $Config['ItemsPerPage'] = 30;
|
---|
13 | $Config['VisiblePagingItems'] = 5;
|
---|
14 | $Config['Web']['Admin'] = '';
|
---|
15 | $Config['Web']['AdminEmail'] = 'robie@centrum.cz';
|
---|
16 | $Config['Web']['Title'] = 'Tanec';
|
---|
17 | $Config['Web']['AdminPassword'] = rand(1, 10000000);
|
---|
18 | $Config['MeetInterval'] = 90 * 24 * 60 * 60;
|
---|
19 | $Config['EventInterval'] = 90 * 24 * 60 * 60;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.