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