[Affelio-cvs 483] CVS update: affelio

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 7月 1日 (金) 16:12:26 JST


Index: affelio/outgoing.cgi
diff -u affelio/outgoing.cgi:1.4 affelio/outgoing.cgi:1.5
--- affelio/outgoing.cgi:1.4	Fri Jul  1 10:49:01 2005
+++ affelio/outgoing.cgi	Fri Jul  1 16:12:26 2005
@@ -16,7 +16,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-# $Id: outgoing.cgi,v 1.4 2005/07/01 01:49:01 slash5234 Exp $
+# $Id: outgoing.cgi,v 1.5 2005/07/01 07:12:26 slash5234 Exp $
 
 use strict;
 
@@ -102,7 +102,8 @@
 };
 debug_print("outgoing.cgi: passAB=$passAB\n");
 if(!defined($passAB) || $passAB eq ""){
-    error($q, "Affelio: Invalid forwarding. Shared key not found!");
+    print $q->redirect($dest_URL);
+    exit(1);
 }
 
 #########################################


Affelio-cvs メーリングリストの案内
Back to archive index