more directory stuff

This commit is contained in:
Mike Macgirvin 2022-06-06 20:46:07 -07:00
parent 29423d8039
commit 3518f5f2de

View file

@ -102,10 +102,6 @@ class Dirsearch extends Controller
$sync = false;
}
if (!$hub) {
$hub = App::get_hostname();
}
if ($hub) {
$hub_query = " and xchan_hash in (select hubloc_hash from hubloc where hubloc_host = '" . protect_sprintf(dbesc($hub)) . "') ";
} else {