Skip to content
Snippets Groups Projects
Commit 2b43a922 authored by Helmo's avatar Helmo
Browse files

Fix comment

parent ae7a1e2a
No related branches found
No related tags found
No related merge requests found
...@@ -882,9 +882,8 @@ function get_apps_vhost_port_number() { ...@@ -882,9 +882,8 @@ function get_apps_vhost_port_number() {
} }
/* /*
* Get the port number of the ISPConfig controlpanel vhost * Check if SSL is anabled in the ISPConfig controlpanel vhost.
*/ */
function is_ispconfig_ssl_enabled() { function is_ispconfig_ssl_enabled() {
global $conf; global $conf;
$ispconfig_vhost_file = $conf['apache']['vhost_conf_dir'].'/ispconfig.vhost'; $ispconfig_vhost_file = $conf['apache']['vhost_conf_dir'].'/ispconfig.vhost';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment