|
From: Martin S. <mst...@ch...> - 2006-08-10 15:00:08
|
Thanks, should be applied tonight
Lee Mathers wrote:
> This patch clears a warning regarding an invalid header being sent
> with multiple lines.
>
>
> /trunk-1.5.8/p86/include/functions.php
>
> ------------------------------------------------------------------------
>
> --- functions.php 2006-08-10 10:32:17.000000000 -0400
> +++ functions.php~ 2006-08-10 10:32:17.000000000 -0400
> @@ -228,7 +228,7 @@
> global $IRMName;
>
> if (Config::Get('sendexpire')) {
> - header("Expires: Fri, Jun 12 1981 08:20:00 GMT Pragma: no-cache\n");
> + header("Expires: Fri, Jun 12 1981 08:20:00 GMT\nPragma: no-cache");
> }
> PRINT "<!-- IRM is (c) 1999-2004 Yann Ramin, Keith Schoenefeld, and others -->\n";
> PRINT "<!-- Yann Ramin at...@at... -->\n";
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> ------------------------------------------------------------------------
>
> _______________________________________________
> irm-discuss mailing list
> irm...@li...
> https://lists.sourceforge.net/lists/listinfo/irm-discuss
>
|