mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update ap helpers
This commit is contained in:
parent
533cabed47
commit
7066e19d0e
1 changed files with 16 additions and 16 deletions
|
@ -161,9 +161,9 @@ class Helpers {
|
|||
|
||||
$host = parse_url($valid, PHP_URL_HOST);
|
||||
|
||||
if(count(dns_get_record($host, DNS_A | DNS_AAAA)) == 0) {
|
||||
return false;
|
||||
}
|
||||
// if(count(dns_get_record($host, DNS_A | DNS_AAAA)) == 0) {
|
||||
// return false;
|
||||
// }
|
||||
|
||||
if(config('costar.enabled') == true) {
|
||||
if(
|
||||
|
|
Loading…
Reference in a new issue