Happy New Year
[squirrelmail.git] / templates / default / vcard.tpl
index 8978e76715ce5413b949e204c0d482ef4400a78c..b8b9a426e45a014c2c5ac20a27710ee0e8bfd8d7 100644 (file)
@@ -19,7 +19,7 @@
  *                            Index of each element is the field name, value of
  *                            each element is the field value.
  *
- * @copyright © 1999-2006 The SquirrelMail Project Team
+ * @copyright 1999-2018 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -67,6 +67,7 @@ extract($t);
  </tr>
 </table>
 <form action="../src/addressbook.php" method="post" name="f_add">
+<input type="hidden" name="smtoken" value="<?php echo sm_generate_security_token(); ?>" />
 <input type="hidden" name="addaddr[firstname]" value="<?php echo $firstname; ?>" />
 <input type="hidden" name="addaddr[lastname]" value="<?php echo $lastname; ?>" />
 <table cellspacing="0" class="table1">
@@ -130,4 +131,4 @@ extract($t);
  </tr>
 </table>
 </form>
-</div>
\ No newline at end of file
+</div>