Skip to content

Commit 16ed90d

Browse files
committed
Delete return keyword
1 parent 85926e1 commit 16ed90d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/http/pandora_fms_sqli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def initialize(info={})
5757
end
5858

5959
def uri
60-
return target_uri.path
60+
target_uri.path
6161
end
6262

6363

0 commit comments

Comments
 (0)