Richard Allred
2019-07-24 8b6479a023e36d68786c19d2b0bb2cb3266b0bab
Adding php-scale app for ch07 lab
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";
?>