function hostingService_http_ssl::load in Hosting 6.2
Same name and namespace in other branches
- 7.4 web_server/ssl/hosting_ssl.service.inc \hostingService_http_ssl::load()
- 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
Code
function load() {
parent::load();
$this
->mergeData("SELECT ssl_port FROM {hosting_ssl_server} WHERE vid=%d", $this->server->vid);
$this->ssl_enabled = TRUE;
}