When the data stream wasn't ending with \r\n the finalize stream function
[squirrelmail.git] / include / validate.php
index 00fbb9cd2b5c8cc4f4c6a00d501b4d658e04a0e4..6d278c2fc6f702ff883b0b1475a2c4e77ddc7c79 100644 (file)
@@ -3,7 +3,7 @@
 /**
 * validate.php
 *
-* Copyright (c) 1999-2003 The SquirrelMail Project Team
+* Copyright (c) 1999-2004 The SquirrelMail Project Team
 * Licensed under the GNU GPL. For full terms see the file COPYING.
 *
 * $Id$
@@ -43,7 +43,6 @@ require_once(SM_PATH . 'class/mime.class.php');
 require_once(SM_PATH . 'functions/global.php');
 require_once(SM_PATH . 'functions/strings.php');
 require_once(SM_PATH . 'config/config.php');
-require_once(SM_PATH . 'functions/noframes.php');
 
 /* set the name of the session cookie */
 if(isset($session_name) && $session_name) {