function hostingService_http_public::default_port in Hosting 6.2
Same name and namespace in other branches
- 7.4 web_server/hosting_web_server.service.inc \hostingService_http_public::default_port()
- 7.3 web_server/hosting_web_server.service.inc \hostingService_http_public::default_port()
Overrides hostingService::default_port
File
- web_server/
hosting_web_server.service.inc, line 11
Class
Code
function default_port() {
return 80;
}