You are here

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

hostingService_http_ssl

Code

function load() {
  parent::load();
  $this
    ->mergeData("SELECT ssl_port FROM {hosting_ssl_server} WHERE vid=%d", $this->server->vid);
  $this->ssl_enabled = TRUE;
}