make sure that the crypt library is loaded

This commit is contained in:
Bjoern Schiessle 2014-07-16 11:46:13 +02:00
parent 7d8a8e78fa
commit de69c05f99
1 changed files with 1 additions and 0 deletions

View File

@ -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');