Adding FIXME to comment
[squirrelmail.git] / include / validate.php
index 00fbb9cd2b5c8cc4f4c6a00d501b4d658e04a0e4..339c8ed64164e95af7a5bb573409e39f8cddfd6e 100644 (file)
@@ -3,10 +3,10 @@
 /**
 * 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$
+* @version $Id$
 * @package squirrelmail
 */
 
@@ -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) {