tbrehm
2009-10-06 1ab4008b32e5e41de440363b6fa556d4888a95eb
1
2
3
4
5
6
7
<?php
 
$clientdb_host            = 'localhost';
$clientdb_user            = '{username}';
$clientdb_password        = '{password}';
 
?>