You are here

function hostingService_http_public::default_port in Hosting 7.3

Same name and namespace in other branches
  1. 6.2 web_server/hosting_web_server.service.inc \hostingService_http_public::default_port()
  2. 7.4 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 16
Hosting service classes for the Hosting web server module.osting service classes for the Hosting web server module.

Class

hostingService_http_public

Code

function default_port() {
  return 80;
}