<?php

$config['db']['host'] = 'localhost';
$config['db']['user'] = 'steffen';
$config['db']['pw'] = 'qU4rK5m1n1m4l';
$config['db']['db'] = 'st_ranking';
$config['db']['table'] = '2dballs';

$config['games'] = array(	'AirHockey',
							'Billiard',
							'ChainRxn',
							'Demo',
							'Dodge',
							'Golf',
							'InkBall',
							'Pong');

$config['xml']['version'] =  '1.0';
$config['xml']['encoding'] = 'UTF-8';

?>