ftimme
2013-08-20 2cc5319f669d49079e75fefc491228d4fc046558
1
2
3
4
5
6
7
<?php
 
$clientdb_host            = '{hostname}';
$clientdb_user            = '{username}';
$clientdb_password        = '{password}';
 
?>