From 8b6479a023e36d68786c19d2b0bb2cb3266b0bab Mon Sep 17 00:00:00 2001
From: Richard Allred <richardmallred@gmail.com>
Date: Wed, 24 Jul 2019 13:34:57 +0200
Subject: [PATCH] Adding php-scale app for ch07 lab

---
 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