From 5ddf3898db5c99eef98003ac7a4e47460d07fbc9 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 27 Dec 2018 17:17:02 +0000 Subject: [PATCH] Avoid a WSOD after PR 6315 --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index a7f5e709c7..efcfe43924 100644 --- a/index.php +++ b/index.php @@ -4,7 +4,7 @@ * Friendica */ -require dirname(__DIR__) . '/vendor/autoload.php'; +require __DIR__ . '/vendor/autoload.php'; // We assume that the index.php is called by a frontend process // The value is set to "true" by default in App