]> git.datanom.net - qtadmin.git/commitdiff
Due to new index page
authorMichael Rasmussen <mir@datanom.net>
Wed, 24 Jun 2015 21:48:21 +0000 (23:48 +0200)
committerMichael Rasmussen <mir@datanom.net>
Wed, 24 Jun 2015 21:48:21 +0000 (23:48 +0200)
mail_report.php
message_view.php
quarantine.php
show_headers.php

index f8ff4ace84f19b03dae3a68acb31e090907984f8..3607ba2e1c8772ae34353e1b298b821fef2e81c8 100644 (file)
@@ -12,7 +12,7 @@
         $mail = unserialize($_SESSION['mailInfo'][$id]);
 
         if (! is_object($mail) || false == $util->authorized($mail->recipient)) {
         $mail = unserialize($_SESSION['mailInfo'][$id]);
 
         if (! is_object($mail) || false == $util->authorized($mail->recipient)) {
-            header('Location: index.php');
+            header('Location: qtadmin.php');
             exit;
         }
 
             exit;
         }
 
         echo '</table>';
         echo $util->getFooter();
     } else if ($loggedIn) {
         echo '</table>';
         echo $util->getFooter();
     } else if ($loggedIn) {
-        header('Location: index.php');
+        header('Location: qtadmin.php');
     } else {
         header('Location: auth.php');
     }
     } else {
         header('Location: auth.php');
     }
index aa276d82f02c1e93342017b94348922c42788345..93cc33946eda98d29818bf8560618b4e9d30a6eb 100644 (file)
@@ -14,7 +14,7 @@
         $mail = unserialize($_SESSION['mailInfo'][$id]);
 
         if (! is_object($mail) || false == $util->authorized($mail->recipient)) {
         $mail = unserialize($_SESSION['mailInfo'][$id]);
 
         if (! is_object($mail) || false == $util->authorized($mail->recipient)) {
-            header('Location: index.php');
+            header('Location: qtadmin.php');
             exit;
         }
 
             exit;
         }
 
@@ -95,7 +95,7 @@
         echo '</td></tr></table>';
         echo $util->getFooter();
     } else if ($loggedIn) {
         echo '</td></tr></table>';
         echo $util->getFooter();
     } else if ($loggedIn) {
-        header('Location: index.php');
+        header('Location: qtadmin.php');
     } else {
         header('Location: auth.php');
     }
     } else {
         header('Location: auth.php');
     }
index 70f271b91334c1965d3b896ed3045f313239db05..b6703d866c802ba867f55631ee32a9a8af82ae56 100644 (file)
@@ -95,7 +95,7 @@
             }
             exit;
         }
             }
             exit;
         }
-        header('Location: index.php');
+        header('Location: qtadmin.php');
     } else if ($loggedIn && $request == 'purge') {
         $marked = unserialize($_SESSION['marked']);
         unset($_SESSION['marked']);
     } else if ($loggedIn && $request == 'purge') {
         $marked = unserialize($_SESSION['marked']);
         unset($_SESSION['marked']);
             error("The following messages was not purged [$str], contact administrator");
             exit;
         }
             error("The following messages was not purged [$str], contact administrator");
             exit;
         }
-        header('Location: index.php');
+        header('Location: qtadmin.php');
     } else if ($loggedIn) {
     } else if ($loggedIn) {
-        header('Location: index.php');
+        header('Location: qtadmin.php');
     } else {
         header('Location: auth.php');
     }
     } else {
         header('Location: auth.php');
     }
index e025ccdba68195d7af1db0928c6259c2856a112a..34ca0657dfdc4858d0d7e4d065333ad4bad23f98 100644 (file)
@@ -12,7 +12,7 @@
         $mail = unserialize($_SESSION['mailInfo'][$id]);
 
         if (! is_object($mail) || false == $util->authorized($mail->recipient)) {
         $mail = unserialize($_SESSION['mailInfo'][$id]);
 
         if (! is_object($mail) || false == $util->authorized($mail->recipient)) {
-            header('Location: index.php');
+            header('Location: qtadmin.php');
             exit;
         }
 
             exit;
         }
 
@@ -56,7 +56,7 @@
         echo $output;
         echo $util->getFooter();
     } else if ($loggedIn) {
         echo $output;
         echo $util->getFooter();
     } else if ($loggedIn) {
-        header('Location: index.php');
+        header('Location: qtadmin.php');
     } else {
         header('Location: auth.php');
     }
     } else {
         header('Location: auth.php');
     }
This page took 0.038189 seconds and 5 git commands to generate.