Update othervise reload redo restart

This commit is contained in:
JonatanRek 2020-09-02 19:45:08 +02:00
parent 5647bb21a7
commit 3c456caeca
1 changed files with 2 additions and 2 deletions

View File

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