X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/91da83b50276678ae60a1f6016d25f88072b7abb..9295c161461b84887e50ba731042b23c7162dbf4:/quarantine.php diff --git a/quarantine.php b/quarantine.php index 70f271b..b6703d8 100644 --- a/quarantine.php +++ b/quarantine.php @@ -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']); @@ -118,9 +118,9 @@ 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'); }