remove pointless require of Blowfish.php

This commit is contained in:
Thomas Müller 2014-07-10 16:27:07 +02:00
parent e391108ebc
commit b8c2e644cc
2 changed files with 0 additions and 2 deletions

View File

@ -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';

View File

@ -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';