make strict status code 11 check

This commit is contained in:
yggverse 2024-07-08 03:04:14 +03:00
parent 4580c0ce6e
commit f889ee729a

View File

@ -204,7 +204,7 @@ class Content
$this->page->response->show(
$response->getMeta(), // placeholder
boolval(10 === $response->getCode()) // input visibility
boolval(11 !== $response->getCode()) // input visibility
);
break;