X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FBaseObject.php;h=7e90478a9d613a378bf28dace96144a9b38f94b5;hb=5ed48ba4257b3017af5833e65a5ce58a23a35df3;hp=4a6fa12d24b03ad18f4542114f1302d8a9e3573e;hpb=38ac615ba0e7ac1f77dc0c15f6e7870671ce5e9b;p=friendica.git diff --git a/src/BaseObject.php b/src/BaseObject.php index 4a6fa12d24..7e90478a9d 100644 --- a/src/BaseObject.php +++ b/src/BaseObject.php @@ -4,7 +4,7 @@ */ namespace Friendica; -require_once 'boot.php'; +require_once __DIR__ . '/../boot.php'; use Friendica\Network\HTTPException\InternalServerErrorException;