2021-01-31
Showing
2 changed files
with
2 additions
and
2 deletions
... | @@ -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 | ?> | ... | ... |
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment