diff options
author | Zot <mike@macgirvin.com> | 2020-01-30 20:06:15 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-01-30 20:06:15 +0100 |
commit | 2c42daf6090ba8d0e3a50b8350ea5a3750891b68 (patch) | |
tree | 112a577d708088aecabd8af957c5c40b8e24e313 /include/zid.php | |
parent | 8e2446a2fc706a6750c925b4c2672314be6bb91f (diff) | |
download | volse-hubzilla-2c42daf6090ba8d0e3a50b8350ea5a3750891b68.tar.gz volse-hubzilla-2c42daf6090ba8d0e3a50b8350ea5a3750891b68.tar.bz2 volse-hubzilla-2c42daf6090ba8d0e3a50b8350ea5a3750891b68.zip |
z6 compat work
Diffstat (limited to 'include/zid.php')
-rw-r--r-- | include/zid.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zid.php b/include/zid.php index 3b3dd8554..325af5580 100644 --- a/include/zid.php +++ b/include/zid.php @@ -1,6 +1,7 @@ <?php use Zotlabs\Lib\Verify; +use Zotlabs\Zot\Finger; function is_matrix_url($url) { |