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

@@ -265,9 +265,9 @@ function red_zrlify_img_callback($matches) {
*/
function owt_init($token) {
\Zotlabs\Zot\Verify::purge('owt', '3 MINUTE');
\Zotlabs\Lib\Verify::purge('owt', '3 MINUTE');
$ob_hash = \Zotlabs\Zot\Verify::get_meta('owt', 0, $token);
$ob_hash = \Zotlabs\Lib\Verify::get_meta('owt', 0, $token);
if($ob_hash === false) {
return;