]> git.mxchange.org Git - friendica.git/commitdiff
remove superfluous leftover require that broke the .well-known page
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 23 Apr 2019 17:03:03 +0000 (19:03 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 23 Apr 2019 17:03:03 +0000 (19:03 +0200)
mod/_well_known.php

index a5e167de2ff75b40a8f6c0ffd3afbe18c0fc633c..8e82dabeff2adaf64c37fc20e08fe14cfeb38c74 100644 (file)
@@ -6,7 +6,6 @@ use Friendica\Core\System;
 use Friendica\Module\Nodeinfo;
 
 require_once 'mod/hostxrd.php';
-require_once 'mod/nodeinfo.php';
 require_once 'mod/xrd.php';
 
 function _well_known_init(App $a)