Skip to content
Snippets Groups Projects
Commit 8dc3c3ed authored by Morris Jobke's avatar Morris Jobke
Browse files

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

[OC8] remove pointless require of Blowfish.php
parents e391108e b8c2e644
No related branches found
No related tags found
No related merge requests found
......@@ -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';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment