provide correct path for require_once
This commit is contained in:
parent
98f836363a
commit
eb0fdc8380
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
if (!isset($_)) { //also provide standalone error page
|
||||
require_once '../../../lib/base.php';
|
||||
require_once realpath(dirname(__FILE__) . '/../../../lib/base.php');
|
||||
|
||||
$l = OC_L10N::get('files_encryption');
|
||||
|
||||
|
|
Loading…
Reference in New Issue