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

provide correct path for require_once

parent 98f83636
No related branches found
No related tags found
No related merge requests found
<?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');
......
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