From ad9916d4283afd98019eb05e802176f307aa3098 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Thu, 13 Feb 2025 11:41:38 +0100 Subject: [PATCH] mod.php: add mod_user_posts_by_ip --- mod.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mod.php b/mod.php index 921d9bdb..9debe9fa 100644 --- a/mod.php +++ b/mod.php @@ -99,6 +99,9 @@ class Router { '/IP/([\w.:]+)' => 'secure_POST ip', // view ip address '/IP/([\w.:]+)/remove_note/(\d+)' => 'secure ip_remove_note', // remove note from ip address + '/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 + '/ban' => 'secure_POST ban', // new ban '/bans' => 'secure_POST bans', // ban list '/bans.json' => 'secure bans_json', // ban list JSON