From f3319f62949f873420d8ebe843b26cc66fc1314f Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 6 Oct 2016 12:13:02 +0200 Subject: Allow to call the files even when you are in another instance atm Signed-off-by: Joas Schilling --- status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'status.php') diff --git a/status.php b/status.php index e0db479d3e4..a4749bd8b5d 100644 --- a/status.php +++ b/status.php @@ -29,7 +29,7 @@ try { - require_once 'lib/base.php'; + require_once __DIR__ . '/lib/base.php'; $systemConfig = \OC::$server->getSystemConfig(); -- cgit v1.2.3