X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=src%2Faddrbook_popup.php;h=54abdbaff811c9932021da84fc3dbd217dd98e9f;hp=44ebfb1a91086b12265302195c9c85d4191fc48d;hb=bfb5513495378807720cf253c2f10b362abe14b5;hpb=be2b50126551045f262c6d9ed1e79605cd97074d diff --git a/src/addrbook_popup.php b/src/addrbook_popup.php index 44ebfb1a..54abdbaf 100644 --- a/src/addrbook_popup.php +++ b/src/addrbook_popup.php @@ -3,28 +3,23 @@ /** * addrbook_popup.php * - * Copyright (c) 1999-2005 The SquirrelMail Project Team - * Licensed under the GNU GPL. For full terms see the file COPYING. - * * Frameset for the JavaScript version of the address book. * + * @copyright © 1999-2006 The SquirrelMail Project Team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail * @subpackage addressbook */ /** - * Path for SquirrelMail required files. - * @ignore + * Include the SquirrelMail initialization file. */ -define('SM_PATH','../'); - -/** SquirrelMail required files. */ -require_once(SM_PATH . 'include/validate.php'); -require_once(SM_PATH . 'functions/addressbook.php'); +include('../include/init.php'); ?> - + @@ -42,4 +37,4 @@ require_once(SM_PATH . 'functions/addressbook.php'); border="0" src="addrbook_search.php?show=blank" /> - + \ No newline at end of file