save
This commit is contained in:
parent
a0cb5fb6b0
commit
e435d32588
88 changed files with 1781 additions and 1383 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue