Removing unnecessary require_once()
[squirrelmail.git] / include / validate.php
index 8738cc35f2ff84b56d6675df90666cfa4a14af23..aeed3e12709d63ef3f2f387d85be6e1906fbf26d 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
 */
 
@@ -104,4 +104,5 @@ if ( $timeZone != SMPREF_NONE && ($timeZone != "")
     && $tzChangeAllowed ) {
     putenv("TZ=".$timeZone);
 }
-?>
+
+?>
\ No newline at end of file