From 2d69b419ff9a0b2186d9479447f75f37b9102fa6 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Wed, 21 Feb 2018 20:59:30 -0800 Subject: [PATCH] move Zotlabs\Zot\Verify to Zotlabs\Lib\Verify as part of the z6 re-org --- Zotlabs/{Zot => Lib}/Verify.php | 2 +- Zotlabs/Module/Magic.php | 2 +- Zotlabs/Module/Owa.php | 2 +- include/zid.php | 4 ++-- include/zot.php | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) rename Zotlabs/{Zot => Lib}/Verify.php (98%) diff --git a/Zotlabs/Zot/Verify.php b/Zotlabs/Lib/Verify.php similarity index 98% rename from Zotlabs/Zot/Verify.php rename to Zotlabs/Lib/Verify.php index 7abe38d17..8703e29e6 100644 --- a/Zotlabs/Zot/Verify.php +++ b/Zotlabs/Lib/Verify.php @@ -1,6 +1,6 @@