Fix Certificate Renewals

This commit is contained in:
johnnyq
2023-09-11 18:20:59 -04:00
parent ba09ea7c67
commit 3f5c1c270a
5 changed files with 98 additions and 48 deletions

View File

@@ -5,8 +5,11 @@ 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");
require_once("pagination_head.php");
require_once("pagination_head.php");