This commit is contained in:
count-null 2025-02-27 16:38:19 -05:00
parent a0cb5fb6b0
commit e435d32588
88 changed files with 1781 additions and 1383 deletions

View file

@ -1,7 +1,7 @@
<?php
namespace app;
// for email
// for email
class app
{
@ -16,7 +16,7 @@ class app
die("Database error: " . $e->getMessage());
}
}
public static function sendJson($data, $status = 200)
{
http_response_code($status);