]> git.pld-linux.org Git - projects/buildlogs.git/commitdiff
Show client IP.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 3 Feb 2010 08:42:16 +0000 (08:42 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 3 Feb 2010 08:42:16 +0000 (08:42 +0000)
index.php

index ccf817b5ff4c3d2408b82f96cadbb48b64353594..228053a22004f92f8095d30ca3718905fc3f6fc2 100644 (file)
--- a/index.php
+++ b/index.php
@@ -430,7 +430,7 @@ function list_archs()
                "alt=\""._("Powered by PLD Linux")."\" border=\"0\" /></a><br />\n" .
             "<small>(c) 2002 ".
             "<a href=\"mailto:feedback@pld-linux.org\">PLD&nbsp;Team</a><br />\n".
-            '$Revision: 1.8 $'.
+            '$Revision: 1.9 $'.
             "</small></div>\n";
 
        # smile ;)
@@ -464,6 +464,10 @@ function list_archs()
        }
        echo "</small></div>";
 
+       echo "<div align=\"center\"><small>";
+               echo "Your IP: " . $_SERVER['REMOTE_ADDR'];
+       echo "</small></div>";
+
        if (isset($dist) && isset($arch)) {
        echo "<form action=\"index.php\" method=\"post\">";
        echo "<input type=\"hidden\" name=\"dist\" value=\"$dist\" />";
@@ -799,7 +803,7 @@ function welcome()
 <!-- ech... niech strace... -->
 <a href="mailto:feedback@pld-linux.org"><?=_("to us")?></a>. <?=_("Positive opinions are also")?> 
 <a href="mailto:feedback@pld-linux.org"><?=_("welcome")?></a> ;)</p>
-<p>Version: $Id: index.php,v 1.8 2009/01/21 13:36:11 shadzik Exp $</p>
+<p>Version: $Id: index.php,v 1.9 2009/03/02 11:10:33 glen Exp $</p>
 </td><td width="20%">&nbsp;</td></tr>
 </table>
 <?php
This page took 0.119183 seconds and 4 git commands to generate.