From 8b6479a023e36d68786c19d2b0bb2cb3266b0bab Mon Sep 17 00:00:00 2001 From: Richard Allred Date: Wed, 24 Jul 2019 07:34:57 -0400 Subject: [PATCH] Adding php-scale app for ch07 lab --- php-scale/index.php | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 php-scale/index.php 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 @@ + " . gethostname() ." (" . $_SERVER['SERVER_ADDR'] . ")" . "\n"; +?>