mirror of
https://github.com/friendica/friendica
synced 2025-04-24 13:50:10 +00:00
Add probe support to @user@domain.tld
search string format
This commit is contained in:
parent
17944c01ea
commit
7a8d800024
3 changed files with 5 additions and 2 deletions
|
@ -44,6 +44,7 @@ class Probe extends BaseModule
|
|||
$res = '';
|
||||
|
||||
if (!empty($addr)) {
|
||||
$addr = NetworkProbe::cleanURI($addr);
|
||||
$res = NetworkProbe::uri($addr, '', 0);
|
||||
$res = print_r($res, true);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue