cfoe
2012-05-21 b9e8365bc804c6a452e06246923494146f8e72c1
1
2
3
4
5
6
7
<?php
 
$clientdb_host            = 'localhost';
$clientdb_user            = '{username}';
$clientdb_password        = '{password}';
 
?>