Whoops, forgot debug code. Thaks Jonathan.
[squirrelmail.git] / src / options_identities.php
index 6927c0aee2a9df5f99085c9a1c5ac469aacd8fcb..91744c7964225302cc6372fd37878669b17bfeff 100644 (file)
@@ -9,9 +9,10 @@
  * Display Identities Options
  *
  * $Id$
+ * @package squirrelmail
  */
 
-/* Path for SquirrelMail required files. */
+/** Path for SquirrelMail required files. */
 define('SM_PATH','../');
 
 /* SquirrelMail required files. */
@@ -32,7 +33,7 @@ if (!empty($_POST)) {
 
     if (isset($return)) {
        SaveUpdateFunction();
-       header('Location: options_personal.php');
+       header('Location: '.get_location().'/options_personal.php');
        exit();
     }