From 64e5c44acdffa8568426214200ccc16f5bff2224 Mon Sep 17 00:00:00 2001
From: Dan K <dk14142@gmail.com>
Date: Wed, 24 Jul 2019 18:14:06 +0200
Subject: [PATCH] Merge branch 'master' of github.com:RedHatTraining/DO288-apps

---
 php-scale/index.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/php-scale/index.php b/php-scale/index.php
new file mode 100644
index 0000000..c449674
--- /dev/null
+++ b/php-scale/index.php
@@ -0,0 +1,3 @@
+<?php
+  print "This is version 1 of the app. I am running on host -> " . gethostname() ." (" . $_SERVER['SERVER_ADDR'] . ")" . "\n";
+?>

--
Gitblit v1.9.3