typo fixed

git-svn-id: https://beef.googlecode.com/svn/trunk@1279 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
wade@bindshell.net
2011-09-12 17:53:24 +00:00
parent ee6dbe3bee
commit eef4f5f4f0

View File

@@ -41,7 +41,7 @@ module Handlers
url = buildURL(path, extension)
@allocations[url] = {'file' => "#{root_dir}"+file, 'path' => path, 'extension' => extension, 'count' => count}
@http_server.mount(url, true, WEBrick::HTTPServlet::FileHandler, @allocations[url]['file'])
print_info "File [" + "#{root_dir}"+file + "] binded to url [" + url + "]"
print_info "File [" + "#{root_dir}"+file + "] bound to url [" + url + "]"
return url
end