latham
2011-06-30 52bfee159bd94a4ad04ec5b0dd8701dd4d595363
1
2
3
4
5
6
7
<?php
 
$clientdb_host            = 'localhost';
$clientdb_user            = '{username}';
$clientdb_password        = '{password}';
 
?>