dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Updating jQuery 2.1.1 and jQueryUI 1.11. Changed live() to on() for new jQu...
ochorocho
2014-10-02
dbc30c0abb4486d2c1bbe3fd9645a313bead12e5
[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}';
?>