Backwards compatibility in slot_programs feature
parent
a47aa75306
commit
eb5a21b64a
|
@ -24,7 +24,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
if(isset($_GET['command']) && $_GET['command'] == "printProductList")
|
||||
if(isset($_GET['command']) && $_GET['command'] == "printProductList" || $_GET['command'] == "printRhasspyProductList")
|
||||
{
|
||||
displayProductList();
|
||||
exit(0);
|
||||
|
|
Loading…
Reference in New Issue