provide correct path for require_once

This commit is contained in:
Bjoern Schiessle 2013-08-12 17:38:57 +02:00
parent 98f836363a
commit eb0fdc8380
1 changed files with 1 additions and 1 deletions

View File

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