Remove function code for old way ajax-modal, moved modals over to modal_header/footer and removed _new

This commit is contained in:
johnnyq
2025-08-25 00:07:51 -04:00
parent 41f957ea3b
commit 451206525e
92 changed files with 180 additions and 260 deletions

View File

@@ -1,8 +1,8 @@
<?php
require_once "../../config.php";
require_once "../../functions.php";
require_once "../../includes/check_login.php";
require_once "../../../config.php";
require_once "../../../functions.php";
require_once "../../../includes/check_login.php";
header('Content-Type: application/json');