trouble with qnremote command

pull/14/head
Tom Early 6 years ago
parent 0d049310d3
commit 608f877a36

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

Loading…
Cancel
Save

Powered by TurnKey Linux.