Skip to content

Commit 932b8ba

Browse files
committed
Require, not load, msf, not lib/msf
1 parent adfced8 commit 932b8ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/exploit/php_exe.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#
1010
###
1111

12-
load 'lib/msf/core/payload/php.rb'
12+
require 'msf/core/payload/php.rb'
1313

1414
module Msf
1515
module Exploit::PhpEXE

0 commit comments

Comments
 (0)