Skip to content

Commit 2b43a92

Browse files
committed
Fix comment
1 parent ae7a1e2 commit 2b43a92

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

install/lib/install.lib.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -882,9 +882,8 @@ function get_apps_vhost_port_number() {
882882
}
883883

884884
/*
885-
* Get the port number of the ISPConfig controlpanel vhost
886-
*/
887-
885+
* Check if SSL is anabled in the ISPConfig controlpanel vhost.
886+
*/
888887
function is_ispconfig_ssl_enabled() {
889888
global $conf;
890889
$ispconfig_vhost_file = $conf['apache']['vhost_conf_dir'].'/ispconfig.vhost';

0 commit comments

Comments
 (0)