* Added the "global" stuff
[squirrelmail.git] / config / config_default.php
index 6c227599c09463b1e92344e0be8bcbd94ff8c216..70500cbab3ddcde67f12eb13e6484b37c29a5ea6 100644 (file)
     global $imap_server_type;
     $imap_server_type = "cyrus";
 
+// Rather than going to the signout.php page (which only allows you
+// to sign back in), setting signout_page allows you to sign
+// the user out and then redirect to whatever page you want.
+// For instance, the following would return the user to your
+// home page:    $signout_page = "/";
+// Set to the empty string to continue to use the default signout page.
+    global $signout_page;
+    $signout_page = "";
+
 //  Many servers store mail in your home directory.  With this, they
 //  store them in a subdirectory: mail/ or Mail/, etc.  If your
 //  server does this, please set this to what the default mail folder