From ebe2bfd6cac77a7981ea7765ae1f742ff623ede4 Mon Sep 17 00:00:00 2001 From: oesi Date: Fri, 4 Sep 2015 13:42:30 +0200 Subject: [PATCH] =?UTF-8?q?Anpassung=20an=20Verteiler=C3=B6ffnung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cis/private/open_grp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cis/private/open_grp.php b/cis/private/open_grp.php index 0db0df67a..9b9bd2038 100644 --- a/cis/private/open_grp.php +++ b/cis/private/open_grp.php @@ -105,7 +105,7 @@ if(isset($_REQUEST['token']) && isset($_REQUEST['grp'])) $mail_id=mail_id_generator(); /* call the shellpart at polyxena */ - $command = "ssh -p 22022 polyxena sudo /root/bin/mlistin.sh " . $_REQUEST['grp'] . " " . $mail_id . " 2>&1"; + $command = "ssh -p 22022 root@polyxena sudo /root/bin/mlistin.sh " . $_REQUEST['grp'] . " " . $mail_id . " 2>&1"; exec($command); /* ffe, 20051020 - do a little logging */