Updated SVG handling, gracefully fix broken base64-encoded messages, also close XSS...
[squirrelmail.git] / src / addrbook_popup.php
1 <?php
2
3 /**
4 * addrbook_popup.php
5 *
6 * Frameset for the JavaScript version of the address book.
7 *
8 * @copyright 1999-2019 The SquirrelMail Project Team
9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
10 * @version $Id$
11 * @package squirrelmail
12 * @subpackage addressbook
13 */
14
15 /** This is the addrbook_popup page */
16 define('PAGE_NAME', 'addrbook_popup');
17
18 /**
19 * Include the SquirrelMail initialization file.
20 */
21 include('../include/init.php');
22
23 displayHtmlHeader($org_title .': '. _("Addresses"), '', false, true);
24
25 $oTemplate->display('addressbook_popup.tpl');
26
27