source: administrace/global.php@ 320

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

Přidáno: Záznam a prohlížení debug logů pádů mangosu.

File size: 496 bytes
Line 
1<?php
2
3include('../global.php');
4
5// Configuration
6$StdOutLogFile = '/a/log/mangos/mangos-worldd.log';
7$ErrOutLogFile = '/a/log/mangos/mangos-worldd.err';
8//$DatabaseHost = $Config['Database']['Host'];
9//$DatabaseUser = '$Config['Database']['User'];
10//$DatabasePassword = $Config['Database']['Password'];
11//$DatabaseDatabase = $config['Database;
12
13// Init database connection
14//$Database = new mysqli($DatabaseHost, $DatabaseUser, $DatabasePassword);
15//$Database->select_db($DatabaseDatabase);
16
17?>
Note: See TracBrowser for help on using the repository browser.