X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Foptions_identities.php;h=c776c4b20a5744f3b82763809eb0fce655cacb4d;hb=c14fa1b5f34015199033f208d06535ada3df2c0f;hp=83f6db57db07ba9338b1f8a820f531843f3e2a90;hpb=c435f076fe6b5b58e09ae19a8e216f37b069d802;p=squirrelmail.git diff --git a/src/options_identities.php b/src/options_identities.php index 83f6db57..c776c4b2 100644 --- a/src/options_identities.php +++ b/src/options_identities.php @@ -3,13 +3,14 @@ /** * options_identities.php * - * Copyright (c) 1999-2004 The SquirrelMail Project Team + * Copyright (c) 1999-2005 The SquirrelMail Project Team * Licensed under the GNU GPL. For full terms see the file COPYING. * * Display Identities Options * * @version $Id$ * @package squirrelmail + * @subpackage prefs */ /** @@ -20,9 +21,9 @@ define('SM_PATH','../'); /* SquirrelMail required files. */ require_once(SM_PATH . 'include/validate.php'); -require_once(SM_PATH . 'functions/global.php'); -require_once(SM_PATH . 'functions/display_messages.php'); -require_once(SM_PATH . 'functions/html.php'); +include_once(SM_PATH . 'functions/global.php'); +include_once(SM_PATH . 'functions/display_messages.php'); +include_once(SM_PATH . 'functions/html.php'); /* POST data var names are dynamic because of the possible multiple idents so lets get @@ -356,4 +357,5 @@ function ShowTableInfo($full_name, $email_address, $reply_to, $signature, $post) return ($return_val); } + ?> \ No newline at end of file