diff --git a/index.php b/index.php index aa325b3c1..fcb0b680e 100644 --- a/index.php +++ b/index.php @@ -5,7 +5,7 @@ header('Content-Type: text/plain'); -$text = "Set a message by adding ?message= to the URL"; +$text = "This is a cow"; if(isset($_GET['message']) && $_GET['message'] != '') { $text = htmlspecialchars($_GET['message']); }