Skip to content

Commit 86221de

Browse files
committed
Fix message
1 parent b96c2dd commit 86221de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/gather/mybb_db_fingerprint.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def check
4848
#Check PhP
4949
php_version = res['X-Powered-By']
5050
if php_version
51-
php_version = "PHP #{php_version}"
51+
php_version = "#{php_version}"
5252
else
5353
php_version = "PHP version unknown"
5454
end

0 commit comments

Comments
 (0)