diff --git a/activitypub.php b/activitypub.php index 0db8e51b..e06e6f63 100644 --- a/activitypub.php +++ b/activitypub.php @@ -81,7 +81,6 @@ require_once \dirname( __FILE__ ) . '/includes/functions.php'; // load NodeInfo endpoints only if blog is public if ( true === (bool) \get_option( 'blog_public', 1 ) ) { - require_once \dirname( __FILE__ ) . '/includes/rest/class-nodeinfo.php'; Rest\NodeInfo::init(); }