From 43fcf86a41460c45b4c300759cc252a722a93216 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Mon, 11 Sep 2023 18:22:21 -0400 Subject: [PATCH] Fix --- inc_all.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/inc_all.php b/inc_all.php index d23b47c3..320ce29a 100644 --- a/inc_all.php +++ b/inc_all.php @@ -5,10 +5,6 @@ include_once("functions.php"); require_once("check_login.php"); require_once("header.php"); require_once("top_nav.php"); -// FORCE MFA Setup -if ($session_user_config_force_mfa == 1 && $session_token == NULL) { - header("Location: user_profile.php"); -} require_once("side_nav.php"); require_once("inc_wrapper.php"); require_once("inc_alert_feedback.php");