function hostingService_https::load in Aegir HTTPS 7.3
File
- ./
hosting_https.service.inc, line 9 - Define Hosting service class for HTTPS.
Class
- hostingService_https
- @file Define Hosting service class for HTTPS.
Code
function load() {
parent::load();
$this
->mergeData("SELECT https_port FROM {hosting_https_server} WHERE vid=:vid", array(
':vid' => $this->server->vid,
));
$this->https_enabled = TRUE;
}