]> git.datanom.net - qtadmin.git/blobdiff - quarantine.php
Due to new index page
[qtadmin.git] / quarantine.php
index 70f271b91334c1965d3b896ed3045f313239db05..b6703d866c802ba867f55631ee32a9a8af82ae56 100644 (file)
@@ -95,7 +95,7 @@
             }
             exit;
         }
-        header('Location: index.php');
+        header('Location: qtadmin.php');
     } else if ($loggedIn && $request == 'purge') {
         $marked = unserialize($_SESSION['marked']);
         unset($_SESSION['marked']);
             error("The following messages was not purged [$str], contact administrator");
             exit;
         }
-        header('Location: index.php');
+        header('Location: qtadmin.php');
     } else if ($loggedIn) {
-        header('Location: index.php');
+        header('Location: qtadmin.php');
     } else {
         header('Location: auth.php');
     }
This page took 0.029327 seconds and 5 git commands to generate.