]> git.pld-linux.org Git - projects/buildlogs.git/blobdiff - obsolete/buildlogs/index.php
- move buffering to the top (headers already send problem), but still not gzipping
[projects/buildlogs.git] / obsolete / buildlogs / index.php
index 653faeca9ba7ac47a2fa1dad743a5ef979da6e82..41534bdfdd2a74ff0b1e6ebebe67f8cab8745b1b 100644 (file)
@@ -1,4 +1,6 @@
 <?php
+ob_start("ob_gzhandler");
+
 $buildlogs_server = "buildlogs.pld-linux.org";
 $url = "index.php";
 $addr = array(
@@ -70,8 +72,6 @@ $root_directory = "/home/services/ftp/pub/pld-buildlogs";
 $ftp_conn = 0;
 /* It should be set */
 
-ob_start("ob_gzhandler");
-
 $langs["en_US"]["charset"]="ISO-8859-1";
 $langs["pl_PL"]["charset"]="ISO-8859-2";
 
@@ -638,7 +638,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.89 $'.
+            '$Revision: 1.90 $'.
             "</small></div>\n";
 
        # smile ;)
@@ -1003,7 +1003,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.89 2007/04/21 20:31:16 vip Exp $</p>
+<p>Version: $Id: index.php,v 1.90 2007/04/21 22:09:22 vip Exp $</p>
 </td><td width="20%">&nbsp;</td></tr>
 </table>
 <?php
This page took 0.203905 seconds and 4 git commands to generate.