Prevent XSS silliness in memorized searches.
[squirrelmail.git] / src / addressbook_vcard.php
1 <?php
2
3 /**
4 * addressbook.php
5 *
6 * Copyright (c) 1999-2003 The SquirrelMail Project Team
7 * Licensed under the GNU GPL. For full terms see the file COPYING.
8 *
9 * Addressbook vcard, sm@sels.com
10 *
11 * $Id$
12 */
13
14 /* Path for SquirrelMail required files. */
15 define('SM_PATH','../');
16
17 /* SquirrelMail required files. */
18 require_once(SM_PATH . 'include/validate.php');
19 require_once(SM_PATH . 'functions/display_messages.php');
20 require_once(SM_PATH . 'functions/addressbook.php');
21 require_once(SM_PATH . 'functions/strings.php');
22 require_once(SM_PATH . 'functions/html.php');
23
24 /* Add hook for anything that wants on the bottom */
25 do_hook('addressbook_bottom');
26 ?>
27
28 </BODY></HTML>