function hostingService_http_ssl::load in Hostmaster (Aegir) 6
Overrides hostingService::load
File
- modules/
hosting/ web_server/ ssl/ hosting_ssl.service.inc, line 5
Class
Code
function load() {
parent::load();
$this
->mergeData("SELECT ssl_port FROM {hosting_ssl_server} WHERE vid=%d", $this->server->vid);
$this->ssl_enabled = TRUE;
}