Adding php-scale app for ch07 lab

This commit is contained in:
Richard Allred 2019-07-24 07:34:57 -04:00
parent ef8c52b4d8
commit 8b6479a023

3
php-scale/index.php Normal file
View file

@ -0,0 +1,3 @@
<?php
print "This is version 1 of the app. I am running on host -> " . gethostname() ." (" . $_SERVER['SERVER_ADDR'] . ")" . "\n";
?>