blob: 039de1b317b57736570311b7f75aa16db7eb4c89 [file] [log] [blame]
<?php
header("Content-Type: text/plain");
header("Access-Control-Allow-Origin: *");
if (isset($_GET["origin"]))
header("Timing-Allow-Origin: {$_GET['origin']}");
?>
Test file content.