Skip to content

Commit a1761aa

Browse files
authored
Merge pull request #1 from benpjohnson/remove_hardcoded_require
Remove hardcoded autoloader reference
2 parents d0d6ab8 + d4f544e commit a1761aa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/mcrypt.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
* @link http://phpseclib.sourceforge.net
3131
*/
3232

33-
require __DIR__ . '/../vendor/autoload.php';
34-
3533
use phpseclib\Crypt\Rijndael;
3634
use phpseclib\Crypt\Twofish;
3735
use phpseclib\Crypt\Blowfish;

0 commit comments

Comments
 (0)