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