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