From 54bd37dcfb065d6de145546790283cb82aa7f9b5 Mon Sep 17 00:00:00 2001 From: Riccardo Di Dato Date: Fri, 20 May 2016 19:56:11 +0200 Subject: [PATCH] Test fallito --- public/oldArticleRedirect.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/oldArticleRedirect.php b/public/oldArticleRedirect.php index be60649..910894c 100644 --- a/public/oldArticleRedirect.php +++ b/public/oldArticleRedirect.php @@ -18,7 +18,7 @@ if (array_key_exists("id", $_GET)){ } else { Header($_SERVER["SERVER_PROTOCOL"]." 404 Not Found", true, 404); - Header( "Location: http://www.ifattidinapoli.it"); + echo "Requested page not found"; } }