mirror of
https://github.com/openvk/openvk
synced 2024-11-13 10:39:24 +03:00
Users: Do not constantly reload the page about the user's ban
Closes #440
This commit is contained in:
parent
f53058d40b
commit
dcd18d266f
1 changed files with 1 additions and 0 deletions
|
@ -223,6 +223,7 @@ abstract class OpenVKPresenter extends SimplePresenter
|
|||
$this->getTemplatingEngine()->render(__DIR__ . "/templates/@banned.xml", [
|
||||
"thisUser" => $this->user->identity,
|
||||
"csrfToken" => $GLOBALS["csrfToken"],
|
||||
"isTimezoned" => Session::i()->get("_timezoneOffset"),
|
||||
]);
|
||||
exit;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue