ftimme
2011-10-13 17310b88828e659df7285da7efeef5ed5287be09
1
2
3
4
5
6
7
<?php
 
$clientdb_host            = 'localhost';
$clientdb_user            = '{username}';
$clientdb_password        = '{password}';
 
?>