chiark / gitweb /
Support querying and downloading of decision reasons by moderators
[modbot-mtm.git] / webstump / scripts / webstump.lib.pl
index e19be93dc9d13a3949856bb29bf9eea8574834ae..3e9e0efc9af711dd18ee4cebe2897e6a6513e8a3 100644 (file)
@@ -712,6 +712,9 @@ sub processWebRequest {
   } elsif( $action eq "change_password" ) {
     &authenticate( $newsgroup, $moderator, $password );
     &html_change_password;
+  } elsif( $action eq "search_logs" ) {
+    &authenticate( $newsgroup, $moderator, $password );
+    &html_search_logs;
   } elsif( $action eq "validate_change_password" ) {
     &authenticate( $newsgroup, $moderator, $password );
     &validate_change_password;