Review update
Rename function, move others
This commit is contained in:
@@ -964,7 +964,7 @@ class Profile
|
||||
public static function zrlInit(App $a)
|
||||
{
|
||||
$my_url = self::getMyURL();
|
||||
$my_url = Network::validateURL($my_url);
|
||||
$my_url = Network::isUrlValid($my_url);
|
||||
if ($my_url) {
|
||||
// Is it a DDoS attempt?
|
||||
// The check fetches the cached value from gprobe to reduce the load for this system
|
||||
|
||||
Reference in New Issue
Block a user