tbrehm
2012-10-17 77ce44ebeff00f92078c17715a2392d3f0c2eeed
1
2
3
4
5
6
7
<?php
 
$clientdb_host            = '{hostname}';
$clientdb_user            = '{username}';
$clientdb_password        = '{password}';
 
?>