We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a31dc87 commit 19f74adCopy full SHA for 19f74ad
setup/src/Magento/Setup/Controller/Maintenance.php
@@ -37,6 +37,7 @@ public function __construct(MaintenanceMode $maintenanceMode)
37
public function indexAction()
38
{
39
try {
40
+ echo $this->getRequest()->getContent();
41
$params = Json::decode($this->getRequest()->getContent(), Json::TYPE_ARRAY);
42
$action = isset($params['disable']) && $params['disable'] ? false : true;
43
$this->maintenanceMode->set($action);
0 commit comments