Merge branch 'remastering' of https://git.steelants.cz/SImple-Home/PHP_SMART_HOME_V3 into remastering
This commit is contained in:
		@@ -18,4 +18,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: ./');
 | 
				
			||||||
 | 
						die();
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user