From e1514784db5aea5509e0b9520b62ebc60c88311b Mon Sep 17 00:00:00 2001 From: Zankaria Date: Thu, 19 Dec 2024 00:08:53 +0100 Subject: [PATCH] mod.php: add mod_user_posts_by_passwd --- mod.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mod.php b/mod.php index d53e3cdc..f08a465b 100644 --- a/mod.php +++ b/mod.php @@ -74,6 +74,9 @@ $pages = [ '/user_posts/ip/([\w.:]+)' => 'secure_POST user_posts_by_ip', // view user posts by ip address '/user_posts/ip/([\w.:]+)/cursor/([\w|-|_]+)' => 'secure_POST user_posts_by_ip', // remove note from ip address + '/user_posts/passwd/(\w+)' => 'secure_POST user_posts_by_passwd', // view user posts by ip address + '/user_posts/passwd/(\w+)/cursor/([\w|-|_]+)' => 'secure_POST user_posts_by_passwd', // remove note from ip address + '/ban' => 'secure_POST ban', // new ban '/bans' => 'secure_POST bans', // ban list '/bans.json' => 'secure bans_json', // ban list JSON