X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fdfrn_notify.php;h=2e1f51a11c056344c20041035165554fe2875086;hb=01640a7045e146759bc936dd499ac27738b78940;hp=a228f18a76d77dd766f3636dbe59342919be8a6a;hpb=6c36fd9e01510a14fea9de766b4afe6760912a2e;p=friendica.git diff --git a/mod/dfrn_notify.php b/mod/dfrn_notify.php index a228f18a76..2e1f51a11c 100644 --- a/mod/dfrn_notify.php +++ b/mod/dfrn_notify.php @@ -1,16 +1,32 @@ . + * * The dfrn notify endpoint + * * @see PDF with dfrn specs: https://github.com/friendica/friendica/blob/master/spec/dfrn2.pdf */ use Friendica\App; -use Friendica\Core\Config; use Friendica\Core\Logger; use Friendica\Core\System; use Friendica\Database\DBA; +use Friendica\DI; use Friendica\Model\Contact; use Friendica\Model\User; use Friendica\Protocol\DFRN;