rework the conversation object stuff at a high level - still needs a bit of refactoring
This commit is contained in:
@@ -6,7 +6,7 @@ class Rsd_xml extends \Zotlabs\Web\Controller {
|
||||
function init() {
|
||||
header ("Content-Type: text/xml");
|
||||
echo replace_macros(get_markup_template('rsd.tpl'),array(
|
||||
'$project' => \Zotlabs\Project\System::get_platform_name(),
|
||||
'$project' => \Zotlabs\Lib\System::get_platform_name(),
|
||||
'$baseurl' => z_root(),
|
||||
'$apipath' => z_root() . '/api/'
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user