ftimme
2012-11-04 83cf118fd9f36797e29210e8903385045f621280
1
2
3
4
5
6
7
<?php
 
$clientdb_host            = '{hostname}';
$clientdb_user            = '{username}';
$clientdb_password        = '{password}';
 
?>