diff options
author | Max Kostikov <max@kostikov.co> | 2019-06-19 09:39:56 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2019-06-19 09:39:56 +0200 |
commit | 75746d714a2e7c7ae67fc03d24ddea6a61a2e5e1 (patch) | |
tree | 716e53d7d7ccf5aeb94fadf277d18b893156b715 /include | |
parent | 983d6d3b4228bdfe7ac0c08fcbdaf2ca687f53a2 (diff) | |
download | volse-hubzilla-75746d714a2e7c7ae67fc03d24ddea6a61a2e5e1.tar.gz volse-hubzilla-75746d714a2e7c7ae67fc03d24ddea6a61a2e5e1.tar.bz2 volse-hubzilla-75746d714a2e7c7ae67fc03d24ddea6a61a2e5e1.zip |
Update zid.php
Diffstat (limited to 'include')
-rw-r--r-- | include/zid.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zid.php b/include/zid.php index 564ec740c..27ef0cefa 100644 --- a/include/zid.php +++ b/include/zid.php @@ -13,7 +13,7 @@ function is_matrix_url($url) { if(array_key_exists($m['host'],$remembered)) return $remembered[$m['host']]; - $r = q("select hubloc_url from hubloc where hubloc_host = '%s' and hubloc_network LIKE 'zot%' limit 1", + $r = q("select hubloc_url from hubloc where hubloc_host = '%s' and hubloc_network in ('zot', 'zot6') limit 1", dbesc($m['host']) ); if($r) { |