wrong remote comm

pull/14/head
Tom Early 6 years ago
parent 608f877a36
commit 329ae6696e

@ -129,7 +129,7 @@ URCall: <input type="text" name='furcall' value="<?php echo $furcall;?>">
$furcall = trim(preg_replace('/[^0-9a-z ]/', '', strtolower($furcall)));
if (strlen($furcall)>0 && strlen($fmodule)>0) {
$command = 'sgsremote '.strtolower($fmodule).' '.strtolower($cfg['ircddb_login']).' '.$furcall;
$command = 'qnremote '.strtolower($fmodule).' '.strtolower($cfg['ircddb_login']).' '.$furcall;
echo $command, "<br>\n";
$lastline = system($command, $retval);
if ($retval != 0)

Loading…
Cancel
Save

Powered by TurnKey Linux.