added the 3 new translations to the changelog, fixed my misspelling of
[squirrelmail.git] / src / folders_rename_do.php
index fa941d76a93357bc98cba7286ed63faa1fe4e7a9..fe29b9aa7d1f0ca5b3e6bd3c0cc92a6ca38b5ddd 100644 (file)
@@ -1,4 +1,14 @@
 <?php
+   /**
+    **  folders_rename_do.php
+    **
+    **  Copyright (c) 1999-2000 The SquirrelMail development team
+    **  Licensed under the GNU GPL. For full terms see the file COPYING.
+    **
+    **  Does the actual renaming of files on the IMAP server. 
+    **  Called from the folders.php
+    **/
+
    session_start();
 
    if (!isset($config_php))
 
    /** Log out this session **/
    sqimap_logout($imapConnection);
-
-   echo "<HTML><BODY TEXT=\"$color[8]\" BGCOLOR=\"$color[4]\" LINK=\"$color[7]\" VLINK=\"$color[7]\" ALINK=\"$color[7]\">\n";
+   $location = get_location();
+   header ("Location: $location/folders.php?success=rename");
+   sqimap_logout($imapConnection);
+   /*
    displayPageHeader($color, "None");
    echo "<BR><BR><BR><CENTER><B>";
    echo _("Folder Renamed!");
    echo "</B><BR><BR>";
    echo _("The folder has been successfully renamed.");
-   echo "<BR><A HREF=\"webmail.php?PHPSESSID=$PHPSESSID&right_frame=folders.php\" TARGET=_top>";
+   echo "<BR><A HREF=\"webmail.php?right_frame=folders.php\" TARGET=_top>";
    echo _("Click here");
    echo "</A> ";
    echo _("to continue.");
    echo "</CENTER>";
    
    echo "</BODY></HTML>"; 
+   */
 ?>