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