From a208d2e72b97ba94628197f401feb9aa785d67a2 Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Tue, 29 Nov 2016 19:57:30 +0100 Subject: [PATCH] dfrn_request: include the graphic of the connection process into the doxygen header --- mod/dfrn_request.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mod/dfrn_request.php b/mod/dfrn_request.php index c05bcf1d19..d7566905b7 100644 --- a/mod/dfrn_request.php +++ b/mod/dfrn_request.php @@ -8,6 +8,8 @@ * friend requests. * * @see PDF with dfrn specs: https://github.com/friendica/friendica/blob/master/spec/dfrn2.pdf + * You also find a graphic which describes the confirmation process at + * https://github.com/friendica/friendica/blob/master/spec/dfrn2_contact_request.png */ require_once('include/enotify.php');