diff --git a/action.php b/action.php index f4f4851..f7ed372 100644 --- a/action.php +++ b/action.php @@ -6,7 +6,9 @@ require_once __DIR__ . "/required.php"; -dieifnotloggedin(); +if ($VARS['action'] !== "signout") { + dieifnotloggedin(); +} /** * Redirects back to the page ID in $_POST/$_GET['source'] with the given message ID.