aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v5/webrick.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v5/webrick.rb')
-rw-r--r--lib/sisu/v5/webrick.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/sisu/v5/webrick.rb b/lib/sisu/v5/webrick.rb
index 67c44d50..021a03a4 100644
--- a/lib/sisu/v5/webrick.rb
+++ b/lib/sisu/v5/webrick.rb
@@ -74,7 +74,6 @@ module SiSU_Webserv
@env=SiSU_Env::InfoEnv.new
port=SiSU_Env::InfoPort.new
@host=@env.url.webrick
- host='localhost'
@port=port.webrick
@serve=[]
Dir.foreach(@env.path.webserv) do |x|
@@ -124,7 +123,7 @@ module SiSU_Webserv
page.p {page.b{"Webrick Served Directories: "}} +
WOK
#% wb_s2 (mounts)
- @mount.each do |x,y| wb_s2 <<<<WOK
+ @mount.each do |x,y| wb_s2 << <<WOK
page.p {page.b{'<a href="#{@host}:#{@port}#{x}/">#{x}</a> '} + '<a href="#{@host}:#{@port}#{x}/">#{@host}:#{@port}#{x}</a> (mounts: #{y}/) <a href="#{@host}:#{@port}#{x}/wb.cgi">info (wb.cgi)</a>'} +
WOK
end