]> git.pld-linux.org Git - projects/buildlogs.git/commitdiff
- this addressing should be more convenient for automated access
authorankry <ankry@pld-linux.org>
Sat, 16 Oct 2004 00:39:18 +0000 (00:39 +0000)
committerankry <ankry@pld-linux.org>
Sat, 16 Oct 2004 00:39:18 +0000 (00:39 +0000)
obsolete/buildlogs/index.php

index f51d6ddf5fb200a00f796c832cd6dec59a6af826..143750400aede753283c291c35b116d60d62453a 100644 (file)
@@ -99,6 +99,19 @@ bindtextdomain("messages","locale");
 textdomain("messages");
 
 if (isset($_GET["idx"]))$idx=$_GET["idx"];
+if (isset($_GET["dist"]))
+{
+       $dist=$_GET["dist"];
+       if (isset($_GET["arch"]))
+       {
+               $arch=$_GET["arch"];
+               for ($i = 0; $i < count($addr); $i++)
+               {
+                       if ($addr[$i]=="/".$dist."/".$arch)
+                               $idx=$i;
+               }
+       }
+}
 if (isset($_GET["ok"]))$ok=$_GET["ok"];
 else $ok="";
 if (isset($_GET["ns"]))$ns=$_GET["ns"];
@@ -967,7 +980,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.75 2004/08/29 21:36:48 ankry Exp $</p>
+<p>Version: $Id: index.php,v 1.76 2004/10/13 11:37:09 ankry Exp $</p>
 </td><td width="20%">&nbsp;</td></tr>
 </table>
 <?php
This page took 0.034594 seconds and 4 git commands to generate.