X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Faddrbook_popup.php;h=a71a4d7f720be1b1fd615fc1b56c386e0422de83;hb=2ca4c65ac4c8f570c9f2fbe2fd3350d7c50db5e7;hp=c45976272589b13a675b5052af320fd8a5484fff;hpb=8672576304f4da444b9b1e0e4ca81505af0267ec;p=squirrelmail.git diff --git a/src/addrbook_popup.php b/src/addrbook_popup.php index c4597627..a71a4d7f 100644 --- a/src/addrbook_popup.php +++ b/src/addrbook_popup.php @@ -3,23 +3,24 @@ /** * addrbook_popup.php * - * Copyright (c) 1999-2002 The SquirrelMail Project Team + * Copyright (c) 1999-2004 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. * * $Id$ + * @package squirrelmail */ -/* Path for SquirrelMail required files. */ +/** Path for SquirrelMail required files. */ define('SM_PATH','../'); -/* SquirrelMail required files. */ -require_once(SM_PATH . 'src/validate.php'); +/** SquirrelMail required files. */ +require_once(SM_PATH . 'include/validate.php'); require_once(SM_PATH . 'functions/addressbook.php'); ?> - +