From 8b49e12cec0917e50b4aed3110ca186585d34e0c Mon Sep 17 00:00:00 2001 From: Student User Date: Wed, 22 Mar 2023 23:32:13 -0400 Subject: [PATCH] Updated app to version 1 --- php-scale/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-scale/index.php b/php-scale/index.php index df022a6cb8..c449674f1f 100644 --- a/php-scale/index.php +++ b/php-scale/index.php @@ -1,3 +1,3 @@ " . gethostname() ." (" . $_SERVER['SERVER_ADDR'] . ")" . "\n"; + print "This is version 1 of the app. I am running on host -> " . gethostname() ." (" . $_SERVER['SERVER_ADDR'] . ")" . "\n"; ?>