From 329ae6696e72f6efd4c53abc913005a1b2ff8a19 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Mon, 2 Mar 2020 12:47:46 -0700 Subject: [PATCH] wrong remote comm --- example.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)