Skip to content

Commit 2fea51b

Browse files
author
Pascal Dreissen
committed
amend Merge branch 'master_develop' of git.ispconfig.org:pdreissen/ispconfig3 into master_develop
2 parents fcc72da + a52819d commit 2fea51b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/lib/installer_base.lib.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1862,6 +1862,7 @@ public function configure_apache() {
18621862
$vhost_conf_enabled_dir = $conf['apache']['vhost_conf_enabled_dir'];
18631863

18641864
$tpl = new tpl('apache_ispconfig.conf.master');
1865+
$tpl->setVar('apache_version',getapacheversion(true));
18651866

18661867
$records = $this->db->queryAllRecords("SELECT * FROM ?? WHERE server_id = ? AND virtualhost = 'y'", $conf['mysql']['master_database'] . '.server_ip', $conf['server_id']);
18671868
$ip_addresses = array();

0 commit comments

Comments
 (0)