]> git.datanom.net - qtadmin.git/blobdiff - show_headers.php
add more debug info
[qtadmin.git] / show_headers.php
index e025ccdba68195d7af1db0928c6259c2856a112a..34ca0657dfdc4858d0d7e4d065333ad4bad23f98 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;
         }
 
@@ -56,7 +56,7 @@
         echo $output;
         echo $util->getFooter();
     } else if ($loggedIn) {
-        header('Location: index.php');
+        header('Location: qtadmin.php');
     } else {
         header('Location: auth.php');
     }
This page took 0.029541 seconds and 5 git commands to generate.