snaaps
Verified User
Hello,
I updated php to version 4.4.2.
But now I get a error iff i tried to download a atachment off webmail:
Warning: Header may not contain more than a single header, new line detected. in /var/www/html/webmail/inc/class.uebimiau.php on line 467
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/webmail/inc/class.uebimiau.php:467) in /var/www/html/webmail/inc/class.uebimiau.php on line 469
I look into /var/www/html/webmail/inc/class.uebimiau.php but i dont no what i must changed:
Can anywone help me with this?
I updated php to version 4.4.2.
But now I get a error iff i tried to download a atachment off webmail:
Warning: Header may not contain more than a single header, new line detected. in /var/www/html/webmail/inc/class.uebimiau.php on line 467
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/webmail/inc/class.uebimiau.php:467) in /var/www/html/webmail/inc/class.uebimiau.php on line 469
I look into /var/www/html/webmail/inc/class.uebimiau.php but i dont no what i must changed:
PHP:
line 463: case "down":
line 464: $content_type = ($down)?"application/octet-stream":strtolower($ctype2);
line 465: $filesize = strlen($body);
line 466: header("Content-Type: $content_type; name=\"$filename\"\r\n"
line 467: ."Content-Length: $filesize\r\n");
line 468: $cdisp = ($down)?"attachment":"inline";
line 469: header("Content-Disposition: $cdisp; filename=\"$filename\"\r\n");
line 470: echo($body);
line 471: break;
Can anywone help me with this?