Skip to content

Commit

Permalink
Release test aws-samples#1
Browse files Browse the repository at this point in the history
Added a new with company name and time stamp.
  • Loading branch information
Rex Lin committed Oct 24, 2017
1 parent 67ff77d commit 9ca0db3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<h2>Congratulations</h2>
<p>Your PHP application is now running on a container in Amazon ECS.</p>
<p>The container is running PHP version <?php echo phpversion(); ?>.</p>
<p>ICIL 201710241552 <?php echo phpversion(); ?>.</p>
<?php
$myfile = fopen("/var/www/my-vol/date", "r") or die("");
echo fread($myfile,filesize("/var/www/my-vol/date"));
Expand Down

0 comments on commit 9ca0db3

Please sign in to comment.