[Affelio-cvs 342] CVS update: affelio/lib/Affelio/misc

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 6月 30日 (木) 15:07:01 JST


Index: affelio/lib/Affelio/misc/CGIError.pm
diff -u affelio/lib/Affelio/misc/CGIError.pm:1.2 affelio/lib/Affelio/misc/CGIError.pm:1.3
--- affelio/lib/Affelio/misc/CGIError.pm:1.2	Sat Jun 25 21:14:08 2005
+++ affelio/lib/Affelio/misc/CGIError.pm	Thu Jun 30 15:07:01 2005
@@ -4,7 +4,7 @@
 #    http://affelio.jp/ (Japan)
 #    http://affelio.jp/ (USA and other area)
 #
-# $Id: CGIError.pm,v 1.2 2005/06/25 12:14:08 slash5234 Exp $
+# $Id: CGIError.pm,v 1.3 2005/06/30 06:07:01 slash5234 Exp $
 
 use strict;
 
@@ -33,8 +33,8 @@
 	my ($q, $error_message) = @_;
 	
 	print $q->header("text/html"),
-	$q->start_html("Error"),
-	$q->h1("Error"),
+	$q->start_html("Affelio Error"),
+	$q->h1("Affelio: We've got an error."),
 	$q->p("Following error has occured."),
 	$q->p('<PRE>' . $error_message),
 	$q->end_html;


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