X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Foptions_identities.php;h=d2dfd035924558a7fd5d61bfa78c8991d3439b16;hb=f96f799a7bb583e5eefe5c09ef7354f217ee20c4;hp=809210f966788a527468bbbdc8dd594d89e6029d;hpb=a6c45e38b7ae30f709c314c55f9657a35dab8b10;p=squirrelmail.git diff --git a/src/options_identities.php b/src/options_identities.php index 809210f9..d2dfd035 100644 --- a/src/options_identities.php +++ b/src/options_identities.php @@ -23,6 +23,7 @@ require_once(SM_PATH . 'functions/html.php'); /* POST data var names are dynamic because of the possible multiple idents so lets get them all + FIXME! This circumvents the benefits of rg=0 */ if (!empty($_POST)) { extract($_POST); @@ -31,7 +32,7 @@ if (!empty($_POST)) { if (isset($return)) { SaveUpdateFunction(); - header('Location: options_personal.php'); + header('Location: '.get_location().'/options_personal.php'); exit(); }