ftimme
2012-05-19 f6bcfea1fc1969eba06864f0c15aa5caabaa1314
1
2
3
4
5
6
7
<?php
 
$clientdb_host            = 'localhost';
$clientdb_user            = '{username}';
$clientdb_password        = '{password}';
 
?>