Adding php-scale app for ch07 lab
This commit is contained in:
parent
ef8c52b4d8
commit
8b6479a023
1 changed files with 3 additions and 0 deletions
3
php-scale/index.php
Normal file
3
php-scale/index.php
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
print "This is version 1 of the app. I am running on host -> " . gethostname() ." (" . $_SERVER['SERVER_ADDR'] . ")" . "\n";
|
||||
?>
|
||||
Loading…
Add table
Reference in a new issue