]> git.datanom.net - qtadmin.git/blobdiff - message_view.php
add more debug info
[qtadmin.git] / message_view.php
index aa276d82f02c1e93342017b94348922c42788345..93cc33946eda98d29818bf8560618b4e9d30a6eb 100644 (file)
@@ -14,7 +14,7 @@
         $mail = unserialize($_SESSION['mailInfo'][$id]);
 
         if (! is_object($mail) || false == $util->authorized($mail->recipient)) {
-            header('Location: index.php');
+            header('Location: qtadmin.php');
             exit;
         }
 
@@ -95,7 +95,7 @@
         echo '</td></tr></table>';
         echo $util->getFooter();
     } else if ($loggedIn) {
-        header('Location: index.php');
+        header('Location: qtadmin.php');
     } else {
         header('Location: auth.php');
     }
This page took 0.028827 seconds and 5 git commands to generate.