Advertisement
Guest User

Untitled

a guest
Jan 12th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <?php
  2. header('Access-Control-Allow-Origin: *');
  3.  
  4. class Home extends CI_Controller {
  5. public function index()
  6. {
  7. $this->load->view('master');
  8. }
  9. }
  10. ?>
  11.  
  12. <?php
  13. header('Access-Control-Allow-Origin: *');
  14. header("Access-Control-Allow-Methods: GET, OPTIONS");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement