Fix Business/CommonBugs#1 (expired session logout error)

master
Skylar Ittner 7年前
コミット 496b213a88

@ -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.

読み込み中…
キャンセル
保存