Last change
on this file since 218 was 218, checked in by maron, 17 years ago |
Filtrování prázdných políček, script priorite.php
|
File size:
394 bytes
|
Line | |
---|
1 | <?php
|
---|
2 |
|
---|
3 | $Config = array(
|
---|
4 | 'Database' => array(
|
---|
5 | 'Host' => 'localhost',
|
---|
6 | 'User' => 'root',
|
---|
7 | 'Password' => '',
|
---|
8 | 'Database' => 'quests',
|
---|
9 | 'DatabaseCharacters' => 'Characters',
|
---|
10 | 'Prefix' => '',
|
---|
11 | 'Charset' => 'latin2',
|
---|
12 | ),
|
---|
13 | 'Style' => 'maron',
|
---|
14 | 'Web' => array(
|
---|
15 | 'Charset' => 'iso-8859-2',
|
---|
16 | 'BaseURL' => 'http://wow.zdechov.net/quests/',
|
---|
17 | ),
|
---|
18 | );
|
---|
19 |
|
---|
20 | ?>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.