git name
2020-01-22 5454ebd40162281f44297db22ad16d3589553913
1
2
3
<?php
  print "This is version 1 of the app. I am running on host -> " . gethostname() ." (" . $_SERVER['SERVER_ADDR'] . ")" . "\n";
?>