From eeb72bd8798e14fdc81510a677cae569e2a68429 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 24 Apr 2017 23:47:05 +0200 Subject: [PATCH] docstrings for the admin panel functions --- mod/admin.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mod/admin.php b/mod/admin.php index 3aeee6d8ec..7f96983dfd 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -264,7 +264,8 @@ function admin_content(App $a) { * * This function generates the subpage of the admin panel to allow the * modification of the node wide block/black list to block entire - * remote servers from communication with this node. + * remote servers from communication with this node. The page allows + * adding, removing and editing of entries from the blocklist. * * @param App $a * @return string