You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?
|
|
$PROJECT_PATH = "/var/www/html/project/expenses";
|
|
include_once("$PROJECT_PATH/php/include.php");
|
|
|
|
http_response_code(500); // default to this for all requests, then call requestOk() or requestFail()
|
|
?>
|