typo fixed
git-svn-id: https://beef.googlecode.com/svn/trunk@1279 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user