More progress on consolidating files into user and admin

This commit is contained in:
johnnyq
2025-07-28 22:48:44 -04:00
parent 95950700d8
commit 38e2e50a29
37 changed files with 98 additions and 1018 deletions

View File

@@ -1,13 +0,0 @@
<?php
require_once "../../../config.php";
require_once "../../../functions.php";
require_once "../../../includes/check_login.php";
header('Content-Type: application/json');
// Check for the 'id' parameter
//if (!isset($_GET['id'])) {
// echo json_encode(['error' => 'ID missing.']);
// exit;
//}