One more place with Russian koi-8r -> utf-8 changes
[squirrelmail.git] / src / options_identities.php
index 809210f966788a527468bbbdc8dd594d89e6029d..d2dfd035924558a7fd5d61bfa78c8991d3439b16 100644 (file)
@@ -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();
     }