Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Cantrill authored and Adrian Cantrill committed Aug 12, 2019
1 parent 19b4f4b commit 0ab61ef
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<center>
<IMG SRC="cat.jpg" ALT="omg"><br>
<?php
$eip = file_get_contents('http://169.254.169.254/latest/meta-data/public-ipv4');
echo $eip;
echo $_SERVER['SERVER_ADDR'];
?>
</center>
Expand Down

0 comments on commit 0ab61ef

Please sign in to comment.