X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Foptions_identities.php;h=38ab95fa56f6922795463a313eb4ecfb67bc6666;hb=23279352b07104549202a97e8d9f69c96dfbfc96;hp=6927c0aee2a9df5f99085c9a1c5ac469aacd8fcb;hpb=6d0215213732235c128b2efc472fc1818d494467;p=squirrelmail.git diff --git a/src/options_identities.php b/src/options_identities.php index 6927c0ae..38ab95fa 100644 --- a/src/options_identities.php +++ b/src/options_identities.php @@ -3,15 +3,19 @@ /** * options_identities.php * - * Copyright (c) 1999-2003 The SquirrelMail Project Team + * Copyright (c) 1999-2004 The SquirrelMail Project Team * Licensed under the GNU GPL. For full terms see the file COPYING. * * Display Identities Options * - * $Id$ + * @version $Id$ + * @package squirrelmail */ -/* Path for SquirrelMail required files. */ +/** + * Path for SquirrelMail required files. + * @ignore + */ define('SM_PATH','../'); /* SquirrelMail required files. */ @@ -32,7 +36,7 @@ if (!empty($_POST)) { if (isset($return)) { SaveUpdateFunction(); - header('Location: options_personal.php'); + header('Location: '.get_location().'/options_personal.php'); exit(); }