fix 80 port config

This commit is contained in:
randx 2012-07-01 13:24:47 +03:00
parent ec1b1588ee
commit e00390b377

View file

@ -22,6 +22,7 @@ class Settings < Settingslogic
raw_url = self.web_protocol raw_url = self.web_protocol
raw_url << web.host raw_url << web.host
raw_url << ":#{web.port}" if web.port.to_i != 80 raw_url << ":#{web.port}" if web.port.to_i != 80
raw_url
end end
def ssh_port def ssh_port