No regex for get_resource checking

bug/bundler_fix
sinn3r 2013-11-04 17:49:43 -06:00
parent 054a525f35
commit 844daf0e00
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ module Msf
# #
def on_request_uri(cli, request) def on_request_uri(cli, request)
case request.uri case request.uri
when /^#{get_resource}$/ when get_resource
# #
# This is the information gathering stage # This is the information gathering stage
# #