Browse Source

Merge pull request #609 from etorres/master

Add content-type header for demo/remote.php
Phuoc Nguyen 11 years ago
parent
commit
19f35e00d2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      demo/remote.php

+ 2 - 0
demo/remote.php

@@ -4,6 +4,8 @@
 // and open the remote.html file:
 // and open the remote.html file:
 // http://domain.com/demo/remote.html
 // http://domain.com/demo/remote.html
 
 
+header('Content-type: application/json');
+
 //sleep(5);
 //sleep(5);
 
 
 $valid = true;
 $valid = true;