diff --git a/web/index.php b/web/index.php index 10d4e7a..cac44bc 100644 --- a/web/index.php +++ b/web/index.php @@ -23,9 +23,6 @@ function isValidUrl( ? string $url, ? string $hostname) : bool return false; } - echo '
', var_dump($hostname), '
'; - die; - return parse_url($url)['host'] !== $hostname; }