Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Yokihito Oki
/
kanoya-univercity-prod
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
e13a9235
authored
2021-01-31 11:56:49 +0900
by
Yokihito Oki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
2021-01-31
1 parent
a2d76eb9
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
rm/api.php
templates/protostar/index.php
rm/api.php
View file @
e13a923
...
...
@@ -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
;
?>
...
...
templates/protostar/index.php
View file @
e13a923
This diff is collapsed.
Click to expand it.
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment