mirror of
https://github.com/friendica/friendica
synced 2025-05-12 03:44:10 +02:00
Review update
Rename function, move others
This commit is contained in:
parent
0f1be37279
commit
f04d40a37e
55 changed files with 331 additions and 326 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue