Skip to content

Commit

Permalink
Adding php-scale app for ch07 lab
Browse files Browse the repository at this point in the history
  • Loading branch information
richardallred committed Jul 24, 2019
1 parent ef8c52b commit 8b6479a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions php-scale/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?php
print "This is version 1 of the app. I am running on host -> " . gethostname() ." (" . $_SERVER['SERVER_ADDR'] . ")" . "\n";
?>

0 comments on commit 8b6479a

Please sign in to comment.