function Provision_Service_http_https::default_https_port in Aegir HTTPS 7.3
1 call to Provision_Service_http_https::default_https_port()
- Provision_Service_http_https::init_server in drush/
Provision/ Service/ http/ https.php
File
- drush/
Provision/ Service/ http/ https.php, line 16 - The base implementation of the HTTPS capabale web service.
Class
- Provision_Service_http_https
- The base class for HTTPS supporting servers.
Code
function default_https_port() {
return 443;
}