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