include feedback
This commit is contained in:
parent
a1f332aaa5
commit
1a79a741f0
|
@ -13,9 +13,9 @@ class ReallySimpleDiscovery extends BaseModule
|
||||||
{
|
{
|
||||||
public static function rawContent()
|
public static function rawContent()
|
||||||
{
|
{
|
||||||
header ("Content-Type: text/xml");
|
header ('Content-Type: text/xml');
|
||||||
$tpl = Renderer::getMarkupTemplate('rsd.tpl');
|
$tpl = Renderer::getMarkupTemplate('rsd.tpl');
|
||||||
echo Renderer::replaceMacros($tpl, []);
|
echo Renderer::replaceMacros($tpl);
|
||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue