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 |
|
---|
10 | require('mysql.class.php');
|
---|
11 | require('NHtml.php');
|
---|
12 | require('htmltempl.php');
|
---|
13 | require('classes.php');
|
---|
14 | require('paging.php');
|
---|
15 | ?>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.