PLD-doc: PLD_www_res/buildlogs/index.php - try to fast it up by us...

vip vip at pld-linux.org
Sun Apr 22 00:09:28 CEST 2007


Author: vip                          Date: Sat Apr 21 22:09:28 2007 GMT
Module: PLD-doc                       Tag: HEAD
---- Log message:
- try to fast it up by using ob_gzip (idea by SamChi)

---- Files affected:
PLD-doc/PLD_www_res/buildlogs:
   index.php (1.89 -> 1.90) 

---- Diffs:

================================================================
Index: PLD-doc/PLD_www_res/buildlogs/index.php
diff -u PLD-doc/PLD_www_res/buildlogs/index.php:1.89 PLD-doc/PLD_www_res/buildlogs/index.php:1.90
--- PLD-doc/PLD_www_res/buildlogs/index.php:1.89	Sat Apr 21 22:31:16 2007
+++ PLD-doc/PLD_www_res/buildlogs/index.php	Sun Apr 22 00:09:22 2007
@@ -70,6 +70,8 @@
 $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.89&r2=1.90&f=u



More information about the pld-cvs-commit mailing list