e13a9235 by Yokihito Oki

2021-01-31

1 parent a2d76eb9
......@@ -18,7 +18,7 @@ $feed = str_replace('rm:', 'rm-', $feed);
$feed = str_replace('xml:', 'xml-', $feed);
header('Content-Type: application/xml; charset=utf8');
# header('Access-Control-Allow-Origin: https://www.nifs-k.ac.jp');
header('Access-Control-Allow-Origin: *');
header('Access-Control-Allow-Origin: https://www.nifs-k.ac.jp');
// header('Access-Control-Allow-Origin: *');
echo $feed;
?>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!