Well, apparently base_uri gets destroyed with the session.
authorgraf25 <graf25@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 6 Apr 2002 21:29:55 +0000 (21:29 +0000)
committergraf25 <graf25@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 6 Apr 2002 21:29:55 +0000 (21:29 +0000)
Reverting to how it was.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2694 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/signout.php

index d8b15ec495c040a402082d0d01816947d886c1a1..79e21768352f87722d9330cc304381dadbcb262b 100644 (file)
@@ -75,8 +75,7 @@ CELLPADDING="2" ALIGN="CENTER">
     <TD ALIGN="CENTER">
       <?php do_hook('logout_above_text'); ?>
       <?php echo _("You have been successfully signed out.") ?><BR>
-      <A HREF="<?php echo "$base_uri/login.php" ?>" 
-           TARGET="<?php echo $frame_top ?>">
+      <A HREF="login.php" TARGET="<?php echo $frame_top ?>">
       <?php echo _("Click here to log back in.") ?>
       </A><BR><BR>
     </TD>