Backwards compatibility in slot_programs feature
This commit is contained in:
		| @@ -24,7 +24,7 @@ | ||||
| 		} | ||||
| 	} | ||||
|  | ||||
| 	if(isset($_GET['command']) && $_GET['command'] == "printProductList") | ||||
| 	if(isset($_GET['command']) && $_GET['command'] == "printProductList" || $_GET['command'] == "printRhasspyProductList") | ||||
| 	{ | ||||
| 		displayProductList(); | ||||
| 		exit(0); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user