Added data classes bases, Trivial modifications to many files

Update .gitignore, .htaccess, and 19 more files...
This commit is contained in:
2024-01-07 07:34:50 +01:00
parent fac33dd5e2
commit 3891ec5859
20 changed files with 70 additions and 12 deletions

View File

@@ -15,6 +15,8 @@ switch($_SERVER['SERVER_NAME']) {
http_response_code(400);
exit(1);
}
http_response_code(200);
// Finishing the response.
//http_response_code(200);
exit(0);
?>