We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef8c52b commit 8b6479aCopy full SHA for 8b6479a
php-scale/index.php
@@ -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