--- /var/www/html/webmail/inc/inc.php.orig	2006-02-17 18:30:29.000000000 -0700
+++ /var/www/html/webmail/inc/inc.php	2006-02-17 18:31:50.000000000 -0700
@@ -139,10 +139,10 @@
 /*
 Don't remove the fallowing lines, or you will be problems with browser's cache 
 */
-Header("Expires: Wed, 11 Nov 1998 11:11:11 GMT\r\n".
-"Cache-Control: no-cache\r\n".
-"Cache-Control: must-revalidate\r\n".
-"Pragma: no-cache");
+Header("Expires: Wed, 11 Nov 1998 11:11:11 GMT");
+Header("Cache-Control: no-cache");
+Header("Cache-Control: must-revalidate");
+Header("Pragma: no-cache");
 
 $nocache = "
 <META HTTP-EQUIV=\"Cache-Control\" CONTENT=\"no-cache\">
