From 4182ba6c1bf3743f3d0ec325644201eab190a1d8 Mon Sep 17 00:00:00 2001 From: Yasen Pramatarov Date: Fri, 21 Feb 2025 11:44:04 +0200 Subject: [PATCH] Fixes errors in security page --- app/templates/security.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/templates/security.php b/app/templates/security.php index df4d5fc..0d071be 100644 --- a/app/templates/security.php +++ b/app/templates/security.php @@ -35,6 +35,7 @@
+
@@ -76,6 +77,7 @@ + @@ -102,6 +104,7 @@
+
@@ -148,6 +151,7 @@ + @@ -198,7 +202,7 @@ db->prepare(" SELECT ip_address, username, attempted_at - FROM {$rateLimiter->ratelimitTable} + FROM {$rateLimiter->authRatelimitTable} ORDER BY attempted_at DESC LIMIT 10 ");