======header====== WMPRO, WMMINI FW >= 1.0 WMMEGA FW >= 2.0 Add to HTTP header ====Description==== header ( string $header_data ) This will add a header line to the HTTP response. Make sure that no data has been sent prior to calling [[header]] or else the function will fail. This means the opening tag $header_data: String containing the specific header to be sent Do not append a linefeed character (\n) as this is done automatically ====Return Values==== None ====Example====