Define absolute paths for various includes

- Fix errors running local tests in IDE
This commit is contained in:
Hypolite Petovan 2019-03-09 23:21:19 -05:00
parent 544cc40026
commit ad854d5d40
3 changed files with 4 additions and 3 deletions

View file

@ -4,7 +4,7 @@
*/
namespace Friendica;
require_once 'boot.php';
require_once __DIR__ . '/../boot.php';
use Friendica\Network\HTTPException\InternalServerErrorException;