dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
$wb['dnssec_txt'] = 'Sign zone (DNSSEC)'; was somehow missing
A. Täffner
2016-04-12
ca0e6e4f1865124b14b6949b3d061c39b57f0463
[gitlabFork/ISPConfig3.git]
/
install
/
tpl
/
mysql_clientdb.conf.master
1
2
3
4
5
6
7
<?php
$clientdb_host = '{hostname}';
$clientdb_user = '{username}';
$clientdb_password = '{password}';
?>