From: Michael Date: Thu, 27 Dec 2018 17:17:02 +0000 (+0000) Subject: Avoid a WSOD after PR 6315 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5ddf3898db5c99eef98003ac7a4e47460d07fbc9;p=friendica.git Avoid a WSOD after PR 6315 --- 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