Update othervise reload redo restart
This commit is contained in:
		@@ -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();
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user