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