mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-23 09:02:41 +00:00
11 lines
246 B
PHP
11 lines
246 B
PHP
<?php return [
|
|
'mime' => "application/atom+xml",
|
|
'content' => <<<MESSAGE_BODY
|
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
|
<icon>/Icon/SVG2</icon>
|
|
<entry>
|
|
<title>Example title</title>
|
|
</entry>
|
|
</feed>
|
|
MESSAGE_BODY
|
|
];
|