lots more permission work

This commit is contained in:
redmatrix
2016-07-13 19:53:28 -07:00
parent b72720f6b6
commit 1fd65c934d
5 changed files with 50 additions and 24 deletions

View File

@@ -23,8 +23,6 @@ class Probe extends \Zotlabs\Web\Controller {
$j = \Zotlabs\Zot\Finger::run($addr,$channel,false);
// $res = zot_finger($addr,$channel,false);
$o .= '<pre>';
if(! $j['success']) {
$o .= sprintf( t('Fetching URL returns error: %1$s'),$res['error'] . "\r\n\r\n");