Merge pull request #7033 from tobiasd/20190423-nodeinfo

remove superfluous leftover require that broke the .well-known page
This commit is contained in:
Hypolite Petovan 2019-04-23 13:20:21 -04:00 committed by GitHub
commit 43bb4dce1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View 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)