[pmwiki-users] Turning off Headers

Patrick R. Michaud pmichaud at pobox.com
Sat May 3 19:39:54 CDT 2008


On Sat, May 03, 2008 at 11:40:13PM +0100, Imperial College Caving Club wrote:
> Everything works nicely; except I can't find how to turn off pm trying
> to broadcast html headers, even though that is now done by the PHP
> that it is wrapped around, and so merely generates the ugly "Warning:
> Cannot modify header information..." at the top of the Wiki page.
> 
> Any hints would be most welcome!

You could try:

  $HTMLStartFmt = 
    array( &$HTMLDoctypeFmt, &$HTMLHeaderFmt, &$HTMLBodyFmt );

Pm



More information about the pmwiki-users mailing list