added finnish locale
[squirrelmail.git] / src / folders_create.php
index 1db6920970d851461f58d1445d201529344b116c..96db1f155ffc1c4f7ef357a0dcf50537a5ef7cbf 100644 (file)
    $location = get_location();
    header ("Location: $location/folders.php?success=create");
    sqimap_logout($imapConnection);
-   /*   
-      displayPageHeader($color, "None");
-      echo "<BR><BR><BR><CENTER><B>";
-      echo _("Folder Created!");
-      echo "</B><BR><BR>";
-      echo _("The folder has been successfully created.");
-      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>";
-   */
 ?>