Skip to content

Commit

Permalink
Updated app to version 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Student User committed Mar 23, 2023
1 parent c157299 commit 8b49e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php-scale/index.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php
print "This is version 2 of the app. I am running on host -> " . gethostname() ." (" . $_SERVER['SERVER_ADDR'] . ")" . "\n";
print "This is version 1 of the app. I am running on host -> " . gethostname() ." (" . $_SERVER['SERVER_ADDR'] . ")" . "\n";
?>

0 comments on commit 8b49e12

Please sign in to comment.