]> git.pld-linux.org Git - projects/buildlogs.git/commitdiff
- buildlogs2 separated from 1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 20 Jan 2009 07:37:57 +0000 (07:37 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 20 Jan 2009 07:37:57 +0000 (07:37 +0000)
index.php

index 67ff98c97486bcfc4b72951b11191f05c999fa71..ac3607110363163b33cd0d8e5da840a85ea6c5f3 100644 (file)
--- a/index.php
+++ b/index.php
@@ -9,7 +9,7 @@ $root_directory = "/home/services/ftp/pub/pld-buildlogs";
 */
 
 // $database, $root_directory and others are taken from buildlogs.inc
-include('buildlogs2.inc');
+include('buildlogs.inc');
 
 /* It should be set */
 
@@ -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.4 $'.
+            '$Revision: 1.5 $'.
             "</small></div>\n";
 
        # smile ;)
@@ -799,7 +799,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.4 2009/01/19 21:33:55 duddits Exp $</p>
+<p>Version: $Id: index.php,v 1.5 2009/01/20 07:30:40 arekm Exp $</p>
 </td><td width="20%">&nbsp;</td></tr>
 </table>
 <?php
This page took 0.109888 seconds and 4 git commands to generate.