mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
make sure that the crypt library is loaded
This commit is contained in:
parent
7d8a8e78fa
commit
de69c05f99
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue