Merge pull request #9569 from owncloud/fix-require-of-blowfish-master

[OC8] remove pointless require of Blowfish.php
This commit is contained in:
Morris Jobke 2014-07-10 21:59:59 +02:00
commit 8dc3c3ed6a
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';