mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-23 17:12:41 +00:00
6 lines
164 B
PHP
6 lines
164 B
PHP
|
<?php return [
|
||
|
'mime' => "application/rss+xml",
|
||
|
'content' => <<<MESSAGE_BODY
|
||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||
|
MESSAGE_BODY
|
||
|
];
|