X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/26c51ad596c71fc8fe55873e70d70fa6328cea23..7047d03c169f9486864756af72d88aed49bcc40d:/mail_report.php diff --git a/mail_report.php b/mail_report.php index f8ff4ac..3607ba2 100644 --- a/mail_report.php +++ b/mail_report.php @@ -12,7 +12,7 @@ $mail = unserialize($_SESSION['mailInfo'][$id]); if (! is_object($mail) || false == $util->authorized($mail->recipient)) { - header('Location: index.php'); + header('Location: qtadmin.php'); exit; } @@ -139,7 +139,7 @@ echo ''; echo $util->getFooter(); } else if ($loggedIn) { - header('Location: index.php'); + header('Location: qtadmin.php'); } else { header('Location: auth.php'); }