e13a9235 by Yokihito Oki

2021-01-31

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