[Phpfreechat-svn] SF.net SVN: phpfreechat: [866] trunk/src/client/proxy.php.tpl
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-11-05 18:14:49
|
Revision: 866 http://svn.sourceforge.net/phpfreechat/?rev=866&view=rev Author: kerphi Date: 2006-11-05 10:14:36 -0800 (Sun, 05 Nov 2006) Log Message: ----------- [en] Ignore the ini_set warnings. It can occurs on servers which have disabled it for security reasons. [10min] [fr] Ignore les warnings de ini_set. Ceci peut arriver lorsque le serveur a d?\195?\169sactiv?\195?\169 cette fonction pour raison de s?\195?\169curit?\195?\169. [10min] Modified Paths: -------------- trunk/src/client/proxy.php.tpl Modified: trunk/src/client/proxy.php.tpl =================================================================== --- trunk/src/client/proxy.php.tpl 2006-11-05 11:09:12 UTC (rev 865) +++ trunk/src/client/proxy.php.tpl 2006-11-05 18:14:36 UTC (rev 866) @@ -1,7 +1,7 @@ <?php // gzip compression should not be used because it can slowdown a lot the page loading (>60 seconds!) -ini_set('zlib.output_compression','Off'); +@ini_set('zlib.output_compression','Off'); ob_start(); // start capturing output This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |