tbrehm
2009-11-19 971fb330bd4074ffea11beb7c4f0d891b3a418fb
1
2
3
4
5
6
7
<?php
 
$clientdb_host            = 'localhost';
$clientdb_user            = '{username}';
$clientdb_password        = '{password}';
 
?>