Add probe support to @user@domain.tld search string format

This commit is contained in:
Hypolite Petovan 2021-08-24 11:32:27 -04:00
parent 17944c01ea
commit 7a8d800024
3 changed files with 5 additions and 2 deletions

View file

@ -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);
}