Skip to content

Commit 8b6479a

Browse files
committed
Adding php-scale app for ch07 lab
1 parent ef8c52b commit 8b6479a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

php-scale/index.php

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?php
2+
print "This is version 1 of the app. I am running on host -> " . gethostname() ." (" . $_SERVER['SERVER_ADDR'] . ")" . "\n";
3+
?>

0 commit comments

Comments
 (0)