source: quests/Global.php@ 39

Last change on this file since 39 was 39, checked in by george, 18 years ago

Korekce velikosti písmen přípony obrázků.

File size: 313 bytes
Line 
1<?php
2
3session_start();
4include('Config.php');
5include('DatabaseConection.php');
6
7$Database = new Database($Config['Database']['Host'], $Config['Database']['User'], $Config['Database']['Password']);
8$Database->SQLCommand('SET NAMES '.$Config['Database']['Charset']);
9$Database->SelectDatabase('quests');
10
11?>
Note: See TracBrowser for help on using the repository browser.