Skip to content

Commit 378375c

Browse files
committed
replaced devil tabs with spaces
1 parent e6fe90e commit 378375c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/msf/core/exploit/http/server.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,9 +629,9 @@ def send_not_found(cli)
629629
# Sends a canned robots.txt file
630630
#
631631
def send_robots(cli, request)
632-
print_status("sending robots.txt")
632+
print_status("sending robots.txt")
633633
robots = create_response(200, 'Success')
634-
robots['Content-Type'] = "text/plain"
634+
robots['Content-Type'] = "text/plain"
635635

636636
robots.body = %Q{\
637637
User-agent: *

0 commit comments

Comments
 (0)