From 6cb0be96b461a78ac24c64bbdadace8fff69f6c9 Mon Sep 17 00:00:00 2001
From: billz <billzimmerman@gmail.com>
Date: Tue, 21 Jan 2025 00:31:49 -0800
Subject: [PATCH] Set data-bs-backdrop + data-bs-keyboard attributes

---
 includes/footer.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/includes/footer.php b/includes/footer.php
index c35a2fc2..b12c0f1c 100644
--- a/includes/footer.php
+++ b/includes/footer.php
@@ -1,6 +1,6 @@
 <?php $_SESSION['lastActivity'] = time(); ?>
 
- <div class="d-flex align-items-center justify-content-between small">
+<div class="d-flex align-items-center justify-content-between small">
   <div class="text-muted">
     <span class="pe-2"><a href="/about">v<?php echo RASPI_VERSION; ?></a></span>  |
     <span class="ps-2">Created by the <a href="https://github.com/RaspAP" target="_blank" rel="noopener">RaspAP Team</a></span>
@@ -10,7 +10,7 @@
   </div>
 </div>
 
-<div class="modal fade" id="sessionTimeoutModal" tabindex="-1" aria-labelledby="sessionTimeoutLabel" aria-hidden="true">
+<div class="modal fade" data-bs-backdrop="static" data-bs-keyboard="false" id="sessionTimeoutModal" tabindex="-1" aria-labelledby="sessionTimeoutLabel" aria-hidden="true">
   <div class="modal-dialog modal-dialog-centered">
     <div class="modal-content">
       <div class="modal-header">