From 932b8ba841030856ef9a9f2bb8a30669f45b53c0 Mon Sep 17 00:00:00 2001 From: Tod Beardsley Date: Mon, 15 Oct 2012 07:11:15 -0500 Subject: [PATCH] Require, not load, msf, not lib/msf --- lib/msf/core/exploit/php_exe.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/msf/core/exploit/php_exe.rb b/lib/msf/core/exploit/php_exe.rb index 9311fca49ed1..c0ae77d312fd 100644 --- a/lib/msf/core/exploit/php_exe.rb +++ b/lib/msf/core/exploit/php_exe.rb @@ -9,7 +9,7 @@ # ### -load 'lib/msf/core/payload/php.rb' +require 'msf/core/payload/php.rb' module Msf module Exploit::PhpEXE