From 77188640770dc39fbe28831d4229b0fd62368ac0 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 26 Jun 2019 09:38:10 +0200 Subject: [PATCH] remove dev code --- web/index.php | 3 --- 1 file changed, 3 deletions(-) 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; }