From 70232ccf66ac6a5315647c820b09b0b832e24245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Mon, 11 Aug 2014 12:26:50 +0000 Subject: [PATCH] =?UTF-8?q?=C3=84nderung=20lt.=20Erwin=20Eichinger?= 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 f7df80f2e..0db0df67a 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 polyxena sudo /root/bin/mlistin.sh " . $_REQUEST['grp'] . " " . $mail_id . " 2>&1"; + $command = "ssh -p 22022 polyxena sudo /root/bin/mlistin.sh " . $_REQUEST['grp'] . " " . $mail_id . " 2>&1"; exec($command); /* ffe, 20051020 - do a little logging */