Update Guest header and footer to use Server Document Root var

This commit is contained in:
johnnyq
2025-10-06 17:07:19 -04:00
parent a4ed906dd1
commit 4ef0755039
2 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
<!-- ./wrapper -->
<!-- REQUIRED SCRIPTS -->
<?php require_once "../includes/inc_confirm_modal.php"; ?>
<?php require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/inc_confirm_modal.php'; ?>
<!-- jQuery -->
<script src="/plugins/jquery/jquery.min.js"></script>