diff --git a/php-helloworld/index.php b/php-helloworld/index.php
index 030467c..b6d1951 100644
--- a/php-helloworld/index.php
+++ b/php-helloworld/index.php
@@ -1,6 +1,6 @@
Hello there!
";
-print "Welcome to Azure Red Hat OpenShift!!
";
+print "Welcome to Ansiblefest 2020 & Azure Red Hat OpenShift!!
";
print "
";
print "Your php version is " . PHP_VERSION . "\n";
?>