]> git.datanom.net - qtadmin.git/blobdiff - mail_report.php
Due to new index page
[qtadmin.git] / mail_report.php
index f8ff4ace84f19b03dae3a68acb31e090907984f8..3607ba2e1c8772ae34353e1b298b821fef2e81c8 100644 (file)
@@ -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;
         }
 
         echo '</table>';
         echo $util->getFooter();
     } else if ($loggedIn) {
-        header('Location: index.php');
+        header('Location: qtadmin.php');
     } else {
         header('Location: auth.php');
     }
This page took 0.02919 seconds and 5 git commands to generate.