Improved block check for redirects
This commit is contained in:
@@ -63,7 +63,7 @@ class UpdateServerPeers
|
||||
}
|
||||
|
||||
++$total;
|
||||
if (DBA::exists('gserver', ['nurl' => 'http://' . $peer])) {
|
||||
if (DBA::exists('gserver', ['nurl' => Strings::normaliseLink('http://' . $peer)])) {
|
||||
// We already know this server
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user