From 42fa8304ddb811b0f725f245130f70c0f5e86a6c Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Tue, 04 Nov 2025 06:12:02 +0000
Subject: [PATCH] =Refactored LoginManager to be more extensible and configurable, as well as an AjaxRateLimiter

---
 inc/helpers/all.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/inc/helpers/all.php b/inc/helpers/all.php
index f0ffaee..8229c30 100644
--- a/inc/helpers/all.php
+++ b/inc/helpers/all.php
@@ -5,7 +5,7 @@
 }
 
 require(JVB_DIR . '/inc/helpers/breadcrumbs.php');
-require(JVB_DIR . '/inc/helpers/cache.php');
+//require(JVB_DIR . '/inc/helpers/cache.php');
 require(JVB_DIR . '/inc/helpers/commonPages.php');
 require(JVB_DIR . '/inc/helpers/crud.php');
 require(JVB_DIR . '/inc/helpers/dashboard.php');

--
Gitblit v1.10.0