minor theming and whitespace

This commit is contained in:
zotlabs
2017-02-08 19:47:34 -08:00
parent 91819bfc2d
commit 8dc349caac
4 changed files with 7 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ namespace Zotlabs\Module;
class Hostxrd extends \Zotlabs\Web\Controller {
function init() {
session_write_close();
header('Access-Control-Allow-Origin: *');
header("Content-type: application/xrd+xml");
logger('hostxrd',LOGGER_DEBUG);