Merge branch 'remastering' of https://git.steelants.cz/SImple-Home/PHP_SMART_HOME_V3 into remastering
This commit is contained in:
		@@ -18,4 +18,4 @@ $router->any('/ajax', 'Ajax');
 | 
				
			|||||||
$router->any('/log', 'Log');
 | 
					$router->any('/log', 'Log');
 | 
				
			||||||
$router->any('/rooms', 'Rooms');
 | 
					$router->any('/rooms', 'Rooms');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
$router->run($_SERVER['REQUEST_METHOD'], '/'.$_GET['url']);
 | 
					$router->run($_SERVER['REQUEST_METHOD'], '/'.(isset($_GET['url']) ? $_GET['url'] : ''));
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user