diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2010-11-01 20:42:44 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2010-11-01 20:42:44 +0000 |
commit | 049e37619a1ea7de4eed2695139645d6d6b9f397 (patch) | |
tree | aac510dfdcc9e771cd3448cc0f45e7a6fdfc0665 /h-source/Config | |
parent | b006de42300a5671544e6fd3ea20ae7ce96da933 (diff) |
moderators can now block/unblock users - part 1
Diffstat (limited to 'h-source/Config')
-rw-r--r-- | h-source/Config/Route.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/h-source/Config/Route.php b/h-source/Config/Route.php index 3cde053..145947e 100644 --- a/h-source/Config/Route.php +++ b/h-source/Config/Route.php @@ -97,6 +97,8 @@ class Route 'download,threegcards', 'history,hide', 'history,show', + 'history,block', + 'history,unblock', 'history,viewall', 'threegcards,catalogue', 'threegcards,view', |