diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-02-25 00:25:29 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-02-25 00:25:29 +0000 |
commit | e9973f35a33f0ad72ff2fbd74250283d0e23e375 (patch) | |
tree | 8f3f4ef63ef92a1d8acf2f8499658623915f6486 /h-source/Config | |
parent | d7cc67e72a3f53629104d811986acd688f104cda (diff) |
added list of actions carried out by administrators
Diffstat (limited to 'h-source/Config')
-rw-r--r-- | h-source/Config/Route.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/h-source/Config/Route.php b/h-source/Config/Route.php index c5c4493..6f25cfa 100644 --- a/h-source/Config/Route.php +++ b/h-source/Config/Route.php @@ -120,7 +120,6 @@ class Route 'threegcards,differences', 'threegcards,climb', 'threegcards,talk', - 'moderators,actions', 'soundcards,catalogue', 'soundcards,view', 'soundcards,history', @@ -140,6 +139,8 @@ class Route 'webcams,climb', 'webcams,talk', 'last,modifications', + 'last,modactions', + 'last,adminactions', 'wiki,insert', 'wiki,update', 'wiki,page', |