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);

View File

@ -16,7 +16,7 @@ class Oexchange extends \Zotlabs\Web\Controller {
}
}
function get() {
function get() {
if(! local_channel()) {
if(remote_channel()) {

View File

@ -8,6 +8,8 @@ class Wfinger extends \Zotlabs\Web\Controller {
function init() {
session_write_close();
$result = array();
$scheme = '';

View File

@ -2116,3 +2116,6 @@ dl.bb-dl > dd > li {
margin-left: auto;
margin-right: auto;
}
#permcat-index {
margin: 10px;
}