[xoops-cvslog 4464] CVS update: xoops2jp/html/install/include

Back to archive index

Minahito minah****@users*****
2006年 9月 7日 (木) 13:47:34 JST


Index: xoops2jp/html/install/include/makedata.php
diff -u xoops2jp/html/install/include/makedata.php:1.1.2.4 xoops2jp/html/install/include/makedata.php:1.1.2.5
--- xoops2jp/html/install/include/makedata.php:1.1.2.4	Fri Aug 25 19:13:39 2006
+++ xoops2jp/html/install/include/makedata.php	Thu Sep  7 13:47:34 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: makedata.php,v 1.1.2.4 2006/08/25 10:13:39 minahito Exp $
+// $Id: makedata.php,v 1.1.2.5 2006/09/07 04:47:34 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -80,6 +80,7 @@
     $dbm->insert('config', " VALUES (14, 0, 1, 'my_ip', '_MD_AM_MYIP', '127.0.0.1', '_MD_AM_MYIPDSC', 'textbox', 'text', 29)");
     $dbm->insert('config', " VALUES (15, 0, 1, 'use_ssl', '_MD_AM_USESSL', '0', '_MD_AM_USESSLDSC', 'yesno', 'int', 30)");
     $dbm->insert('config', " VALUES (16, 0, 1, 'session_name', '_MD_AM_SESSNAME', 'xoops_session', '_MD_AM_SESSNAMEDSC', 'textbox', 'text', 20)");
+    $dbm->insert('config', " VALUES (30, 0, 1, 'adminmail', '_MD_AM_ADMINML', '".addslashes($adminmail)."', '_MD_AM_ADMINMLDSC', 'textbox', 'text', 3)");
     $dbm->insert('config', " VALUES (32, 0, 1, 'com_mode', '_MD_AM_COMMODE', 'nest', '_MD_AM_COMMODEDSC', 'select', 'text', 34)");
     $dbm->insert('config', " VALUES (33, 0, 1, 'com_order', '_MD_AM_COMORDER', '0', '_MD_AM_COMORDERDSC', 'select', 'int', 36)");
     $dbm->insert('config', " VALUES (36, 0, 2, 'maxuname', '_MD_AM_MAXUNAME', '10', '_MD_AM_MAXUNAMEDSC', 'textbox', 'int', 3)");


xoops-cvslog メーリングリストの案内
Back to archive index