Guest User

Untitled

a guest
Jan 19th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <?php
  2.  
  3. return new Frapi_Response(array(
  4. 'code' => 200,
  5. 'data' => array('success' => 1),
  6. 'headers' => array('Content-Type', 'application/json; charset=utf-8')
  7. ));
Add Comment
Please, Sign In to add comment