]> git.pld-linux.org Git - projects/buildlogs.git/commitdiff
Rename src arch to SRPMS.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 8 Feb 2010 19:54:02 +0000 (19:54 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 8 Feb 2010 19:54:02 +0000 (19:54 +0000)
index.php

index 228053a22004f92f8095d30ca3718905fc3f6fc2..d7dc8e2d7d6906e76258a8e49c90ee42494d5fd6 100644 (file)
--- a/index.php
+++ b/index.php
@@ -71,6 +71,9 @@ if (isset($_GET["id"]))$id=$_GET["id"];
 if (isset($_POST["str"]))$str=$_POST["str"];
 if (isset($_POST["action"]))$action=$_POST["action"];
 
+if ($arch == "src")
+       $arch = "SRPMS";
+
 function myheader()
 {
 echo '<' . '?xml version="1.0" encoding="' . _("ISO-8859-1") .'"?' . ">\n";
@@ -430,7 +433,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.9 $'.
+            '$Revision: 1.10 $'.
             "</small></div>\n";
 
        # smile ;)
@@ -803,7 +806,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.9 2009/03/02 11:10:33 glen Exp $</p>
+<p>Version: $Id: index.php,v 1.10 2010/02/03 08:42:16 arekm Exp $</p>
 </td><td width="20%">&nbsp;</td></tr>
 </table>
 <?php
This page took 0.158476 seconds and 4 git commands to generate.