source: includes/config.sample.php@ 1

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

Prvnotní import původních kódů z wowresource.

File size: 343 bytes
Line 
1<?php
2
3$db_congig['host'] = 'localhost';
4$db_config['user'] = 'root';
5$db_config['pass'] = '';
6$db_config['name'] = 'wowstatus';
7$config['base_url'] = 'http://localhost/';
8$config['nasobitel'] = 8954;
9
10require('mysql.class.php');
11require('NHtml.php');
12require('htmltempl.php');
13require('classes.php');
14require('paging.php');
15?>
Note: See TracBrowser for help on using the repository browser.