Skip to content

Commit 8b49e12

Browse files
author
Student User
committed
Updated app to version 1
1 parent c157299 commit 8b49e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php-scale/index.php

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

0 commit comments

Comments
 (0)