session_start(); $_SESSION = array(); if (isset($_COOKIE[session_name()])) { setcookie(session_name(), '', time()-42000, '/'); } session_destroy(); /* SquirrelMail required files. */ /*require_once(SM_PATH . 'include/validate.php'); require_once(SM_PATH . 'functions/imap.php'); sqgetGlobalVar('username', $username, SQ_SESSION); sqgetGlobalVar('delimiter', $delimiter, SQ_SESSION); sqgetGlobalVar('onetimepad', $onetimepad, SQ_SESSION); sqgetGlobalVar('right_frame', $right_frame, SQ_GET); if (sqgetGlobalVar('sort', $sort)) { $sort = (int) $sort; } if (sqgetGlobalVar('startMessage', $startMessage)) { $startMessage = (int) $startMessage; } if (!sqgetGlobalVar('mailbox', $mailbox)) { $mailbox = 'INBOX'; } if(sqgetGlobalVar('mailtodata', $mailtodata)) { $mailtourl = 'mailtodata='.urlencode($mailtodata); } else { $mailtourl = ''; } // this value may be changed by a plugin, but initialize // it first to avoid register_globals headaches // $right_frame_url = ''; do_hook('webmail_top'); */ ?>
|
Nếu Quý vị là cán bộ, công chức thuộc Bộ mà chưa có tài khoản đăng nhập. Hãy liên hệ với Cục Công nghệ Thông tin - Bộ Tư pháp.

Bản quyền Cục Công nghệ Thông tin - Bộ Tư pháp.
Dựa trên SquirrelMail phiên bản 1.4.5