You are here

function hostingService_http_ssl::load in Hosting 6.2

Same name and namespace in other branches
  1. 7.4 web_server/ssl/hosting_ssl.service.inc \hostingService_http_ssl::load()
  2. 7.3 web_server/ssl/hosting_ssl.service.inc \hostingService_http_ssl::load()

Overrides hostingService::load

File

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;
}