diff --git a/example.php b/example.php index 0bd3359..8d788ca 100644 --- a/example.php +++ b/example.php @@ -129,7 +129,7 @@ URCall: $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, "
\n"; $lastline = system($command, $retval); if ($retval != 0)