cleanup of last fix

This commit is contained in:
zotlabs
2018-01-13 14:08:15 -08:00
parent 08bea83c03
commit eb3e43feec
3 changed files with 4 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ class Owa extends \Zotlabs\Web\Controller {
foreach($r as $hubloc) {
$verified = \Zotlabs\Web\HTTPSig::verify('',$hubloc['xchan_pubkey']);
if($verified && $verified['header_signed'] && $verified['header_valid']) {
logger('OWA header: ' . print_r($verified,true));
logger('OWA header: ' . print_r($verified,true),LOGGER_DATA);
logger('OWA success: ' . $hubloc['hubloc_addr'],LOGGER_DATA);
$ret['success'] = true;
$token = random_string(32);