make sure that the crypt library is loaded
This commit is contained in:
parent
7d8a8e78fa
commit
de69c05f99
|
@ -2,6 +2,7 @@
|
|||
|
||||
if (!isset($_)) { //also provide standalone error page
|
||||
require_once __DIR__ . '/../../../lib/base.php';
|
||||
require_once __DIR__ . '/../lib/crypt.php';
|
||||
|
||||
$l = OC_L10N::get('files_encryption');
|
||||
|
||||
|
|
Loading…
Reference in New Issue