redray
2008-12-28 d98c4bb533266cea5490ecbfeba9e1df7838dd11
1
2
3
4
5
6
7
<?php
 
$clientdb_host            = 'localhost';
$clientdb_user            = '{username}';
$clientdb_password        = '{password}';
 
?>