From 5be132f877f792e7b122a2b6ca18934b31b2f10c Mon Sep 17 00:00:00 2001 From: zotlabs Date: Wed, 13 Sep 2017 21:36:59 -0700 Subject: make wiki page mimetype default to wiki mimetype (this was the original intent but the wrong variable was used) --- include/zot.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/zot.php b/include/zot.php index c819e26a5..c8321c2ae 100644 --- a/include/zot.php +++ b/include/zot.php @@ -4187,7 +4187,9 @@ function zot_site_info($channel = null) { $ret['site'] = []; $ret['site']['url'] = z_root(); $ret['site']['url_sig'] = base64url_encode(rsa_sign(z_root(),$signing_key,$sig_method)); - $ret['site']['zot_auth'] = z_root() . '/magic'; + $ret['site']['post'] = z_root() . '/post'; + $ret['site']['openWebAuth'] = z_root() . '/owa'; + $ret['site']['authRedirect'] = z_root() . '/magic'; $ret['site']['key'] = get_config('system','pubkey'); $dirmode = get_config('system','directory_mode'); -- cgit v1.2.3