Marius Cramer
2013-11-14 b7ce7d4c816fe48ef649351265fe6485da3c2362
1
2
3
4
5
6
7
<?php
 
$clientdb_host            = '{hostname}';
$clientdb_user            = '{username}';
$clientdb_password        = '{password}';
 
?>