DO288-apps/php-scale/index.php
2019-07-24 07:34:57 -04:00

3 lines
136 B
PHP

<?php
print "This is version 1 of the app. I am running on host -> " . gethostname() ." (" . $_SERVER['SERVER_ADDR'] . ")" . "\n";
?>