front > account : start
This commit is contained in:
parent
d15d4898c6
commit
443369ee23
5 changed files with 83 additions and 0 deletions
6
public/site/templates/account.json.php
Normal file
6
public/site/templates/account.json.php
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
echo json_encode([
|
||||
"page" => $genericData,
|
||||
"user" => $userData
|
||||
]);
|
||||
Loading…
Add table
Add a link
Reference in a new issue