Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
hubzilla
core
Commits
1d3437aa
Commit
1d3437aa
authored
Dec 12, 2020
by
Mario
Browse files
make gprobe look for zot6 only
parent
10a6a4ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Zotlabs/Daemon/Gprobe.php
View file @
1d3437aa
...
...
@@ -19,7 +19,7 @@ class Gprobe {
if
(
!
strpos
(
$url
,
'@'
))
return
;
$r
=
q
(
"select * from hubloc where hubloc_addr = '%s' limit 1"
,
$r
=
q
(
"select * from hubloc where hubloc_addr = '%s'
and hubloc_network = 'zot6'
limit 1"
,
dbesc
(
$url
)
);
...
...
Mario
@mario
mentioned in commit
751a1ba9
·
Dec 12, 2020
mentioned in commit
751a1ba9
mentioned in commit 751a1ba969b4a48b40d42022ed342db7e4e00c03
Toggle commit list
Mario
@mario
mentioned in commit
26917240
·
Dec 17, 2020
mentioned in commit
26917240
mentioned in commit 269172406f36ce645eceaa0a63f51a92fbbfca78
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment