PLD-doc: PLD_www_res/buildlogs/index.php - move buffering to the t...
vip
vip at pld-linux.org
Sun Apr 22 15:12:19 CEST 2007
Author: vip Date: Sun Apr 22 13:12:19 2007 GMT
Module: PLD-doc Tag: HEAD
---- Log message:
- move buffering to the top (headers already send problem), but still not gzipping
---- Files affected:
PLD-doc/PLD_www_res/buildlogs:
index.php (1.90 -> 1.91)
---- Diffs:
================================================================
Index: PLD-doc/PLD_www_res/buildlogs/index.php
diff -u PLD-doc/PLD_www_res/buildlogs/index.php:1.90 PLD-doc/PLD_www_res/buildlogs/index.php:1.91
--- PLD-doc/PLD_www_res/buildlogs/index.php:1.90 Sun Apr 22 00:09:22 2007
+++ PLD-doc/PLD_www_res/buildlogs/index.php Sun Apr 22 15:12:14 2007
@@ -1,4 +1,6 @@
<?php
+ob_start("ob_gzhandler");
+
$buildlogs_server = "buildlogs.pld-linux.org";
$url = "index.php";
$addr = array(
@@ -69,8 +71,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";
================================================================
---- CVS-web:
http://cvs.pld-linux.org/PLD-doc/PLD_www_res/buildlogs/index.php?r1=1.90&r2=1.91&f=u
More information about the pld-cvs-commit
mailing list