fix path to 3rdparty apps
This commit is contained in:
parent
4c27c7e199
commit
9d324db054
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@
|
|||
|
||||
namespace OCA\Encryption;
|
||||
|
||||
require_once '../3rdparty/Crypt_Blowfish/Blowfish.php';
|
||||
//require_once '../3rdparty/Crypt_Blowfish/Blowfish.php';
|
||||
require_once realpath(dirname(__FILE__) . '/../3rdparty/Crypt_Blowfish/Blowfish.php');
|
||||
|
||||
/**
|
||||
* Class for common cryptography functionality
|
||||
|
|
Loading…
Reference in a new issue