summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2010-05-10 16:12:48 +0200
committerBadlop <badlop@process-one.net>2010-05-10 16:12:48 +0200
commit6ac46c6171eeac8eb3dd62c9a4e554af0d905186 (patch)
treed5442808f3870ac0fdd8c9022595fa3e6921dd3b
parentUse a standard method to get a random seed (EJAB-1229) (diff)
Fix EDoc comment
-rw-r--r--src/web/ejabberd_web_admin.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/web/ejabberd_web_admin.erl b/src/web/ejabberd_web_admin.erl
index a5d40744..80a65658 100644
--- a/src/web/ejabberd_web_admin.erl
+++ b/src/web/ejabberd_web_admin.erl
@@ -50,7 +50,8 @@
%%%==================================
%%%% get_acl_access
-%% @spec (Path::[string()]) -> {HostOfRule, [AccessRule]}
+%% @spec (Path::[string()], Method) -> {HostOfRule, [AccessRule]}
+%% where Method = 'GET' | 'POST'
%% All accounts can access those URLs
get_acl_rule([],_) -> {"localhost", [all]};