You are here

function hostingService_http_public::default_port in Hostmaster (Aegir) 6

Overrides hostingService::default_port

File

modules/hosting/web_server/hosting_web_server.service.inc, line 11

Class

hostingService_http_public

Code

function default_port() {
  return 80;
}