[Affelio-cvs 404] CVS update: affelio/bin

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 7月 1日 (金) 02:09:21 JST


Index: affelio/bin/get_content.cgi
diff -u affelio/bin/get_content.cgi:1.14 affelio/bin/get_content.cgi:1.15
--- affelio/bin/get_content.cgi:1.14	Fri Jul  1 01:50:26 2005
+++ affelio/bin/get_content.cgi	Fri Jul  1 02:09:20 2005
@@ -6,7 +6,7 @@
 #    http://affelio.jp/ (Japan)
 #    http://affelio.jp/ (USA and other area)
 #
-# $Id: get_content.cgi,v 1.14 2005/06/30 16:50:26 higefuku Exp $
+# $Id: get_content.cgi,v 1.15 2005/06/30 17:09:20 slash5234 Exp $
 
 use strict;
 
@@ -264,5 +264,10 @@
 	exit(1);
     }
 
+    print "Content-type: text/html; charset=UTF-8\n";
+    print "Pragma: no-cache\n\n"; 
+    print "<HTML></HTML>";
+    exit(1);
+
 }
-exit(0);
+exit(1);


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