Skip to content
Snippets Groups Projects
Commit 9d324db0 authored by Björn Schießle's avatar Björn Schießle
Browse files

fix path to 3rdparty apps

parent 4c27c7e1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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