Dan K
2019-07-24 64e5c44acdffa8568426214200ccc16f5bff2224
Merge branch 'master' of github.com:RedHatTraining/DO288-apps
1 files added
3 ■■■■■ changed files
php-scale/index.php 3 ●●●●● patch | view | raw | blame | history
php-scale/index.php
New file
@@ -0,0 +1,3 @@
<?php
  print "This is version 1 of the app. I am running on host -> " . gethostname() ." (" . $_SERVER['SERVER_ADDR'] . ")" . "\n";
?>