Some stile tweeks

This commit is contained in:
JonatanRek
2020-08-31 22:45:05 +02:00
parent 6b0ab2d0ba
commit 50bd53561e
2 changed files with 4 additions and 2 deletions

View File

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