From bebe786c5bafd0ac7aadb6932e7bf53a7cad0465 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Fri, 27 Dec 2024 18:51:35 +0100 Subject: [PATCH] mod.php: dots are not required in the cursors --- mod.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod.php b/mod.php index bb260251..554e4fd5 100644 --- a/mod.php +++ b/mod.php @@ -68,7 +68,7 @@ $pages = [ '/reports/(\d+)/dismiss(all)?' => 'secure report_dismiss', // dismiss a report '/IP/([\w.:]+)' => 'secure_POST ip', // view ip address - '/IP/([\w.:]+)/cursor/([\w|-|_|.]+)' => 'secure_POST ip', // view ip address + '/IP/([\w.:]+)/cursor/([\w|-|_]+)' => 'secure_POST ip', // view ip address '/IP/([\w.:]+)/remove_note/(\d+)' => 'secure ip_remove_note', // remove note from ip address '/ban' => 'secure_POST ban', // new ban