minor theming and whitespace
This commit is contained in:
parent
91819bfc2d
commit
8dc349caac
@ -5,6 +5,7 @@ namespace Zotlabs\Module;
|
|||||||
class Hostxrd extends \Zotlabs\Web\Controller {
|
class Hostxrd extends \Zotlabs\Web\Controller {
|
||||||
|
|
||||||
function init() {
|
function init() {
|
||||||
|
session_write_close();
|
||||||
header('Access-Control-Allow-Origin: *');
|
header('Access-Control-Allow-Origin: *');
|
||||||
header("Content-type: application/xrd+xml");
|
header("Content-type: application/xrd+xml");
|
||||||
logger('hostxrd',LOGGER_DEBUG);
|
logger('hostxrd',LOGGER_DEBUG);
|
||||||
|
@ -16,7 +16,7 @@ class Oexchange extends \Zotlabs\Web\Controller {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function get() {
|
function get() {
|
||||||
|
|
||||||
if(! local_channel()) {
|
if(! local_channel()) {
|
||||||
if(remote_channel()) {
|
if(remote_channel()) {
|
||||||
|
@ -8,6 +8,8 @@ class Wfinger extends \Zotlabs\Web\Controller {
|
|||||||
|
|
||||||
function init() {
|
function init() {
|
||||||
|
|
||||||
|
session_write_close();
|
||||||
|
|
||||||
$result = array();
|
$result = array();
|
||||||
|
|
||||||
$scheme = '';
|
$scheme = '';
|
||||||
|
@ -2116,3 +2116,6 @@ dl.bb-dl > dd > li {
|
|||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
#permcat-index {
|
||||||
|
margin: 10px;
|
||||||
|
}
|
Reference in New Issue
Block a user