Tue 12 Dec 2006
I could not log in to my webmail. I kept getting the error
ERROR (2): Header may not contain more than a single header, new line detected. (/path/to/webmail/inc/inc.php:156)
I am running Uebimiau version 2.7.10 and there is a bug in the file inc/inc.php. You need to change
PHP:
-
"Cache-Control: no-cache\r\n".
-
"Cache-Control: must-revalidate");
to this

