[Affelio-cvs 65] CVS update: affelio

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 6月 20日 (月) 14:06:13 JST


Index: affelio/setup.cgi
diff -u affelio/setup.cgi:1.4 affelio/setup.cgi:1.5
--- affelio/setup.cgi:1.4	Sun Jun 19 11:54:42 2005
+++ affelio/setup.cgi	Mon Jun 20 14:06:13 2005
@@ -6,7 +6,7 @@
 #    http://affelio.jp/ (Japan)
 #    http://affelio.jp/ (USA and other area)
 #
-# $Id: setup.cgi,v 1.4 2005/06/19 02:54:42 higefuku Exp $
+# $Id: setup.cgi,v 1.5 2005/06/20 05:06:13 slash5234 Exp $
 
 use strict;
 
@@ -392,6 +392,13 @@
     print OUT "password=$db_password\n";
     print OUT "hostname=$db_hostname\n";
     print OUT "port=$db_port\n";
+    print OUT "[appdb]\n";
+    print OUT "type=$db_type\n";
+    print OUT "dbname=$db_dbname\n";
+    print OUT "username=$db_username\n";
+    print OUT "password=$db_password\n";
+    print OUT "hostname=$db_hostname\n";
+    print OUT "port=$db_port\n";
     close OUT;
 
     return("");


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