Browse Source

Add content-type header

Erik Torres Serrano 11 years ago
parent
commit
deb3ebcf64
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:
 // http://domain.com/demo/remote.html
 
+header('Content-type: application/json');
+
 //sleep(5);
 
 $valid = true;