From 08e421bdf9fa43ac1dd50ca7d73bc54ed50043aa Mon Sep 17 00:00:00 2001 From: tokul Date: Sun, 19 Dec 2004 09:18:14 +0000 Subject: [PATCH 1/1] use default http port for intertran in order to be able to used it through strict firewall. updated otenet form url git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8439 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/translate/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/translate/functions.php b/plugins/translate/functions.php index 73bddfd4..8bce5b4f 100644 --- a/plugins/translate/functions.php +++ b/plugins/translate/functions.php @@ -591,7 +591,7 @@ function translate_form_go($message) { * @access private */ function translate_form_intertran($message) { - translate_new_form('http://www.tranexp.com:2000/InterTran'); + translate_new_form('http://intertran.tranexp.com/Translate/result.shtml'); echo ''. ''. ''. @@ -773,7 +773,7 @@ function translate_form_dictionary($message) { * @access private */ function translate_form_otenet($message) { - translate_new_form('http://systran.otenet.gr/cgi-bin/systran.cgi'); + translate_new_form('http://trans.otenet.gr/systran/box'); ?> -- 2.25.1