mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-23 17:12:41 +00:00
6 lines
120 B
PHP
6 lines
120 B
PHP
|
<?php return [
|
||
|
'mime' => "application/xml",
|
||
|
'content' => <<<MESSAGE_BODY
|
||
|
<random-vocabulary/>
|
||
|
MESSAGE_BODY
|
||
|
];
|