move Zotlabs\Zot\Verify to Zotlabs\Lib\Verify as part of the z6 re-org

This commit is contained in:
zotlabs
2018-02-21 20:59:30 -08:00
parent fef3155e6a
commit 2d69b419ff
5 changed files with 7 additions and 7 deletions

View File

@@ -166,7 +166,7 @@ class Magic extends \Zotlabs\Web\Controller {
$token = random_string();
\Zotlabs\Zot\Verify::create('auth',$channel['channel_id'],$token,$x[0]['hubloc_url']);
\Zotlabs\Lib\Verify::create('auth',$channel['channel_id'],$token,$x[0]['hubloc_url']);
$target_url = $x[0]['hubloc_callback'] . '/?f=&auth=' . urlencode(channel_reddress($channel))
. '&sec=' . $token . '&dest=' . urlencode($dest) . '&version=' . ZOT_REVISION;