]> git.mxchange.org Git - friendica.git/commitdiff
Avoid a WSOD after PR 6315
authorMichael <heluecht@pirati.ca>
Thu, 27 Dec 2018 17:17:02 +0000 (17:17 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 27 Dec 2018 17:17:02 +0000 (17:17 +0000)
index.php

index a7f5e709c721e6bb036c3be8ddb4631cc768bb01..efcfe439246d5187c542b3a42f8263788bdd3f6d 100644 (file)
--- 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