ftimme
2009-04-02 930894e3ab3834768f3a5720d1249c20881f8d2a
1
2
3
4
5
6
7
<?php
 
$clientdb_host            = 'localhost';
$clientdb_user            = '{username}';
$clientdb_password        = '{password}';
 
?>