diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-02-03 09:24:09 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-02-03 09:24:09 +0100 |
commit | dd2a5e6b28d537b9a8c2bb1a978faa46dfb869cc (patch) | |
tree | cd4aa364519bee76e1cbec9d5f776bb494fc543f /Zotlabs/Module/Rsd_xml.php | |
parent | 028b2a655de8c9d7b1f0de05a869e59c2b219818 (diff) | |
parent | 7e1e9ac94a1cf2fb01a3052f7fd9d0f2049079b5 (diff) | |
download | volse-hubzilla-dd2a5e6b28d537b9a8c2bb1a978faa46dfb869cc.tar.gz volse-hubzilla-dd2a5e6b28d537b9a8c2bb1a978faa46dfb869cc.tar.bz2 volse-hubzilla-dd2a5e6b28d537b9a8c2bb1a978faa46dfb869cc.zip |
Merge branch 'dev' into wip-app-bin
Diffstat (limited to 'Zotlabs/Module/Rsd_xml.php')
-rw-r--r-- | Zotlabs/Module/Rsd_xml.php | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Zotlabs/Module/Rsd_xml.php b/Zotlabs/Module/Rsd_xml.php deleted file mode 100644 index e5059834b..000000000 --- a/Zotlabs/Module/Rsd_xml.php +++ /dev/null @@ -1,17 +0,0 @@ -<?php -namespace Zotlabs\Module; - -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\Lib\System::get_platform_name(), - '$baseurl' => z_root(), - '$apipath' => z_root() . '/api/' - )); - killme(); - } - -} - |