source: quests/includes/config.sample.php@ 206

Last change on this file since 206 was 206, checked in by george, 17 years ago

Změna config.php na config.sample.php bez hesla a ignorování kopie config.php.

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.