DO288-apps/php-serverhost/index.php
2019-05-23 13:13:16 -04:00

3 lines
65 B
PHP

<?php
print "I am running on server " . gethostname() . "\n";
?>