X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fsignout.php;h=ff442fab5a769a913fbdc2581ecd8c78aca4e495;hb=6c84ba1ec45ab854c37b6f65c5b4d84ab1c7aad4;hp=7088c7c9110493dbca420f8fed19d923a47fd430;hpb=d65993087963fcc1e7283e544e3100c492f7a742;p=squirrelmail.git diff --git a/src/signout.php b/src/signout.php index 7088c7c9..ff442fab 100644 --- a/src/signout.php +++ b/src/signout.php @@ -3,7 +3,7 @@ /** * signout.php -- cleans up session and logs the user out * - * Copyright (c) 1999-2004 The SquirrelMail Project Team + * Copyright (c) 1999-2005 The SquirrelMail Project Team * Licensed under the GNU GPL. For full terms see the file COPYING. * * Cleans up after the user. Resets cookies and terminates session. @@ -76,6 +76,9 @@ if ($signout_page) { header("Location: $signout_page"); exit; /* we send no content if we're redirecting. */ } + +/* internal gettext functions will fail, if language is not set */ +set_up_language($squirrelmail_language, true, true); ?>