kopia lustrzana https://github.com/pixelfed/pixelfed
Update ap helpers
rodzic
533cabed47
commit
7066e19d0e
|
@ -161,9 +161,9 @@ class Helpers {
|
||||||
|
|
||||||
$host = parse_url($valid, PHP_URL_HOST);
|
$host = parse_url($valid, PHP_URL_HOST);
|
||||||
|
|
||||||
if(count(dns_get_record($host, DNS_A | DNS_AAAA)) == 0) {
|
// if(count(dns_get_record($host, DNS_A | DNS_AAAA)) == 0) {
|
||||||
return false;
|
// return false;
|
||||||
}
|
// }
|
||||||
|
|
||||||
if(config('costar.enabled') == true) {
|
if(config('costar.enabled') == true) {
|
||||||
if(
|
if(
|
||||||
|
|
Ładowanie…
Reference in New Issue