Merge branch 'remastering' of https://git.steelants.cz/SImple-Home/PHP_SMART_HOME_V3 into remastering

This commit is contained in:
Haitem 2020-08-31 22:47:25 +02:00
commit 8e33d226cd
1 changed files with 2 additions and 0 deletions

View File

@ -18,4 +18,6 @@ if (!empty ($_POST)){
$deviceManager = new DeviceManager ();
$deviceManager->edit ($_POST['deviceId'], array ('command' => $_POST['deviceCommand']));
}
header('Location: ./');
die();
}