Skip to content
Snippets Groups Projects
Commit 75e9015b authored by Andreas Fischer's avatar Andreas Fischer
Browse files

Merge pull request #4393 from owncloud/fix_4326

provide correct path for require_once

* owncloud/fix_4326:
  use __DIR__ instead of realpath
  provide correct path for require_once
parents 06670cef 7d0e9cc6
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 __DIR__ . '/../../../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