ftimme
2012-02-27 ae564b635956346a0f533af0be3b837abb0b44f4
1
2
3
4
5
6
7
<?php
 
$clientdb_host            = 'localhost';
$clientdb_user            = '{username}';
$clientdb_password        = '{password}';
 
?>