source: quests/includes/config.php@ 204

Last change on this file since 204 was 204, checked in by maron, 17 years ago

Oprava cest u příkazu include

File size: 351 bytes
Line 
1<?php
2
3$Config = array(
4 'Database' => array(
5 'Host' => 'localhost',
6 'User' => 'root',
7 'Password' => '',
8 'Database' => 'quests',
9 'Prefix' => '',
10 'Charset' => 'latin2',
11 ),
12 'Style' => 'maron',
13 'Web' => array(
14 'Charset' => 'iso-8859-2',
15 'BaseURL' => 'http://wow.zdechov.net/quests/',
16 ),
17);
18
19?>
Note: See TracBrowser for help on using the repository browser.