Skip to content

Commit 25e0538

Browse files
Update lib/msf/base/sessions/meterpreter_options/php.rb
Co-authored-by: msutovsky-r7 <[email protected]>
1 parent ee05f88 commit 25e0538

File tree

1 file changed

+1
-1
lines changed
  • lib/msf/base/sessions/meterpreter_options

1 file changed

+1
-1
lines changed

lib/msf/base/sessions/meterpreter_options/php.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def initialize(info = {})
1616
[
1717
OptString.new(
1818
'AutoLoadExtensions',
19-
[true, "Automatically load extensions on bootstrap, semicolon separated.", 'stdapi']
19+
[true, "Automatically load extensions on bootstrap, comma separated.", 'stdapi']
2020
),
2121
],
2222
self.class

0 commit comments

Comments
 (0)