diff options
author | zotlabs <mike@macgirvin.com> | 2019-06-26 21:45:21 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2019-06-26 21:45:21 -0700 |
commit | cf844cb27c02c3aae636eb1aa1587b1d5e3e81a0 (patch) | |
tree | e49ba2b9c90fec0dccceac8b572a76ba2ab41038 /include/xchan.php | |
parent | 4f280b5497325c7e7389096cb39f1f409de2638c (diff) | |
download | volse-hubzilla-cf844cb27c02c3aae636eb1aa1587b1d5e3e81a0.tar.gz volse-hubzilla-cf844cb27c02c3aae636eb1aa1587b1d5e3e81a0.tar.bz2 volse-hubzilla-cf844cb27c02c3aae636eb1aa1587b1d5e3e81a0.zip |
http signature consolidation
Diffstat (limited to 'include/xchan.php')
-rw-r--r-- | include/xchan.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xchan.php b/include/xchan.php index 4fcdf9fce..d69d707aa 100644 --- a/include/xchan.php +++ b/include/xchan.php @@ -1,6 +1,6 @@ <?php -use Zotlabs\Zot6\HTTPSig; +use Zotlabs\Web\HTTPSig; use Zotlabs\Lib\Libzot; |