mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
14 lines
275 B
PHP
14 lines
275 B
PHP
<?php
|
|
|
|
require_once "../config.php";
|
|
require_once "../functions.php";
|
|
require_once "check_login.php";
|
|
|
|
header('Content-Type: application/json');
|
|
|
|
// Check for the 'id' parameter
|
|
//if (!isset($_GET['id'])) {
|
|
// echo json_encode(['error' => 'ID missing.']);
|
|
// exit;
|
|
//}
|