X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fdfrn_notify.php;h=44e016599e486862c0d4493499ba10e331838e33;hb=7d0a7f6be9e6c281ddafdfed799bf8b46785424a;hp=b42ef9b70a82cee1bc669945d2bd8c3c9fba0a27;hpb=291906de5f3074407253241e5ccbb5af633e0c22;p=friendica.git diff --git a/mod/dfrn_notify.php b/mod/dfrn_notify.php index b42ef9b70a..44e016599e 100644 --- a/mod/dfrn_notify.php +++ b/mod/dfrn_notify.php @@ -5,6 +5,9 @@ * @brief The dfrn notify endpoint * @see PDF with dfrn specs: https://github.com/friendica/friendica/blob/master/spec/dfrn2.pdf */ + +use Friendica\App; + require_once('include/items.php'); require_once('include/dfrn.php'); require_once('include/event.php');