6 lines
95 B
PHP
6 lines
95 B
PHP
|
<?php
|
||
|
//return the json response :
|
||
|
$e = new Errors();
|
||
|
$e->throw_error("Unauthorized");
|
||
|
exit();
|