function hosting_ssl_hosting_service in Hostmaster (Aegir) 6
File
- modules/
hosting/ web_server/ ssl/ hosting_ssl.module, line 20
Code
function hosting_ssl_hosting_service() {
return array(
'apache_ssl' => 'http',
);
}
function hosting_ssl_hosting_service() {
return array(
'apache_ssl' => 'http',
);
}