Adding php-scale app for ch07 lab
This commit is contained in:
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";
|
||||||
|
?>
|
||||||
Reference in New Issue
Block a user