Fixes in login
This commit is contained in:
parent
6b20d046d1
commit
9f21c3a87e
14 changed files with 331 additions and 2814 deletions
|
|
@ -223,6 +223,14 @@ class Url {
|
|||
|
||||
class Controller {
|
||||
|
||||
|
||||
public function json($arr_return) {
|
||||
|
||||
$final_return=json_encode($arr_return);
|
||||
|
||||
header('Content-Type: application/json; charset=utf-8');
|
||||
|
||||
return $final_return;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue