Merge branch 'master' of github.com:RedHatTraining/DO288-apps

This commit is contained in:
Dan K 2019-07-24 12:14:06 -04:00
commit 64e5c44acd

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";
?>