remove dev code

This commit is contained in:
Simon Vieille 2019-06-26 09:38:10 +02:00
parent 7f228274e1
commit 7718864077
Signed by: deblan
GPG Key ID: 03383D15A1D31745
1 changed files with 0 additions and 3 deletions

View File

@ -23,9 +23,6 @@ function isValidUrl( ? string $url, ? string $hostname) : bool
return false;
}
echo '<pre>', var_dump($hostname), '</pre>';
die;
return parse_url($url)['host'] !== $hostname;
}