Merge pull request #6333 from annando/avoid-wsod
Avoid a WSOD after PR 6315
This commit is contained in:
commit
16f58c8982
|
@ -4,7 +4,7 @@
|
||||||
* Friendica
|
* Friendica
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require dirname(__DIR__) . '/vendor/autoload.php';
|
require __DIR__ . '/vendor/autoload.php';
|
||||||
|
|
||||||
// We assume that the index.php is called by a frontend process
|
// We assume that the index.php is called by a frontend process
|
||||||
// The value is set to "true" by default in App
|
// The value is set to "true" by default in App
|
||||||
|
|
Loading…
Reference in a new issue