Bug reported by tebodell

git-svn-id: file:///home/svn/framework3/trunk@3794 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2006-07-31 14:03:50 +00:00
parent 023b63bff8
commit a2c0c8fb7c
1 changed files with 1 additions and 1 deletions

2
msfweb
View File

@ -43,7 +43,7 @@ $stdout.puts(
"Connect to msfweb at http://" +
( opts['ServerHost'] ? opts['ServerHost'] : '127.0.0.1' ) +
':' +
( opts['ServerPort'] ? opts['SeverPort'] : '55555') +
( opts['ServerPort'] ? opts['ServerPort'] : '55555') +
'/'
)