remove pointless require of Blowfish.php
This commit is contained in:
parent
e391108ebc
commit
b8c2e644cc
2 changed files with 0 additions and 2 deletions
|
@ -7,7 +7,6 @@
|
|||
* See the COPYING-README file.
|
||||
*/
|
||||
|
||||
require_once __DIR__ . '/../3rdparty/Crypt_Blowfish/Blowfish.php';
|
||||
require_once __DIR__ . '/../../../lib/base.php';
|
||||
require_once __DIR__ . '/../lib/crypt.php';
|
||||
require_once __DIR__ . '/../lib/keymanager.php';
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
require_once __DIR__ . '/../3rdparty/Crypt_Blowfish/Blowfish.php';
|
||||
require_once __DIR__ . '/../../../lib/base.php';
|
||||
require_once __DIR__ . '/../lib/crypt.php';
|
||||
require_once __DIR__ . '/../lib/keymanager.php';
|
||||
|
|
Loading…
Reference in a new issue