]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove pointless require of Blowfish.php
authorThomas Müller <thomas.mueller@tmit.eu>
Thu, 10 Jul 2014 14:27:07 +0000 (16:27 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Thu, 10 Jul 2014 14:42:21 +0000 (16:42 +0200)
apps/files_encryption/tests/crypt.php
apps/files_encryption/tests/share.php

index c28062a77e873abc6cbc00e050366a76a93d171d..4c4b285d92b9b0a02ee979aabbed9bfc045ba51b 100755 (executable)
@@ -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';
index bb3d7505a5df6adc0b96e8a055c147204ef0da42..05365a0f6d0aa2fb29112a186ee4bb9d21f107f3 100755 (executable)
@@ -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';