first commit

This commit is contained in:
LAPTOP-V9RRD1TL\Michelle's Computer
2025-07-21 21:38:17 +08:00
commit f8f8fcaf96
2529 changed files with 227800 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<?php
$data['staff_info'] = $staff_info ;
$result = [
'status' => $status,
'message' => $message[$status],
'data' => $data
] ;
saveLog( 'api', 'API', $array, $result ) ;
header('Content-Type: application/json') ;
echo json_encode($result) ;
?>