[xoops-cvslog 6389] CVS update: xoops2jp/html/install/wizards

Back to archive index

NobuNobu nobun****@users*****
2007年 4月 27日 (金) 18:37:57 JST


Index: xoops2jp/html/install/wizards/install_dbconfirm.inc.php
diff -u xoops2jp/html/install/wizards/install_dbconfirm.inc.php:1.1.2.1.2.1.2.2 xoops2jp/html/install/wizards/install_dbconfirm.inc.php:1.1.2.1.2.1.2.3
--- xoops2jp/html/install/wizards/install_dbconfirm.inc.php:1.1.2.1.2.1.2.2	Thu Apr 26 12:25:04 2007
+++ xoops2jp/html/install/wizards/install_dbconfirm.inc.php	Fri Apr 27 18:37:57 2007
@@ -2,12 +2,12 @@
 /**
  *
  * @package Legacy
- * @version $Id: install_dbconfirm.inc.php,v 1.1.2.1.2.1.2.2 2007/04/26 03:25:04 minahito Exp $
+ * @version $Id: install_dbconfirm.inc.php,v 1.1.2.1.2.1.2.3 2007/04/27 09:37:57 nobunobu Exp $
  * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
  * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
  *
  */
-    include_once 'class/settingmanager.php';
+    include_once './class/settingmanager.php';
     $sm = new setting_manager(true);
 
     $content = $sm->checkData();
Index: xoops2jp/html/install/wizards/install_dbform.inc.php
diff -u xoops2jp/html/install/wizards/install_dbform.inc.php:1.1.2.1.2.1.2.2 xoops2jp/html/install/wizards/install_dbform.inc.php:1.1.2.1.2.1.2.3
--- xoops2jp/html/install/wizards/install_dbform.inc.php:1.1.2.1.2.1.2.2	Thu Apr 26 12:25:04 2007
+++ xoops2jp/html/install/wizards/install_dbform.inc.php	Fri Apr 27 18:37:57 2007
@@ -2,13 +2,13 @@
 /**
  *
  * @package Legacy
- * @version $Id: install_dbform.inc.php,v 1.1.2.1.2.1.2.2 2007/04/26 03:25:04 minahito Exp $
+ * @version $Id: install_dbform.inc.php,v 1.1.2.1.2.1.2.3 2007/04/27 09:37:57 nobunobu Exp $
  * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
  * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
  *
  */
     include_once '../mainfile.php';
-    include_once 'class/settingmanager.php';
+    include_once './class/settingmanager.php';
     $sm = new setting_manager();
     $sm->readConstant();
     $wizard->setContent($sm->editform());
Index: xoops2jp/html/install/wizards/install_updateAvatars.inc.php
diff -u xoops2jp/html/install/wizards/install_updateAvatars.inc.php:1.1.2.1.2.1.2.2 xoops2jp/html/install/wizards/install_updateAvatars.inc.php:1.1.2.1.2.1.2.3
--- xoops2jp/html/install/wizards/install_updateAvatars.inc.php:1.1.2.1.2.1.2.2	Thu Apr 26 12:25:04 2007
+++ xoops2jp/html/install/wizards/install_updateAvatars.inc.php	Fri Apr 27 18:37:57 2007
@@ -2,12 +2,12 @@
 /**
  *
  * @package Legacy
- * @version $Id: install_updateAvatars.inc.php,v 1.1.2.1.2.1.2.2 2007/04/26 03:25:04 minahito Exp $
+ * @version $Id: install_updateAvatars.inc.php,v 1.1.2.1.2.1.2.3 2007/04/27 09:37:57 nobunobu Exp $
  * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
  * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
  *
  */
     $content = '<p>'._INSTALL_L151.'</p>';
     $b_next = array('updateAvatars_go', _INSTALL_L139);
-    include 'install_tpl.php';
+    include './install_tpl.php';
 ?>
Index: xoops2jp/html/install/wizards/install_updateAvatars_go.inc.php
diff -u xoops2jp/html/install/wizards/install_updateAvatars_go.inc.php:1.1.2.1.2.1.2.2 xoops2jp/html/install/wizards/install_updateAvatars_go.inc.php:1.1.2.1.2.1.2.3
--- xoops2jp/html/install/wizards/install_updateAvatars_go.inc.php:1.1.2.1.2.1.2.2	Thu Apr 26 12:25:04 2007
+++ xoops2jp/html/install/wizards/install_updateAvatars_go.inc.php	Fri Apr 27 18:37:57 2007
@@ -2,7 +2,7 @@
 /**
  *
  * @package Legacy
- * @version $Id: install_updateAvatars_go.inc.php,v 1.1.2.1.2.1.2.2 2007/04/26 03:25:04 minahito Exp $
+ * @version $Id: install_updateAvatars_go.inc.php,v 1.1.2.1.2.1.2.3 2007/04/27 09:37:57 nobunobu Exp $
  * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
  * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
  *
@@ -61,5 +61,5 @@
     }
 
     $b_next = array('finish', _INSTALL_L14);
-    include 'install_tpl.php';
+    include './install_tpl.php';
 ?>
Index: xoops2jp/html/install/wizards/install_updateComments.inc.php
diff -u xoops2jp/html/install/wizards/install_updateComments.inc.php:1.1.2.1.2.1.2.2 xoops2jp/html/install/wizards/install_updateComments.inc.php:1.1.2.1.2.1.2.3
--- xoops2jp/html/install/wizards/install_updateComments.inc.php:1.1.2.1.2.1.2.2	Thu Apr 26 12:25:04 2007
+++ xoops2jp/html/install/wizards/install_updateComments.inc.php	Fri Apr 27 18:37:57 2007
@@ -2,12 +2,12 @@
 /**
  *
  * @package Legacy
- * @version $Id: install_updateComments.inc.php,v 1.1.2.1.2.1.2.2 2007/04/26 03:25:04 minahito Exp $
+ * @version $Id: install_updateComments.inc.php,v 1.1.2.1.2.1.2.3 2007/04/27 09:37:57 nobunobu Exp $
  * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
  * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
  *
  */
     $content = "<p>"._INSTALL_L149."</p>\n";
     $b_next = array('updateComments_go', _INSTALL_L138);
-    include 'install_tpl.php';
+    include './install_tpl.php';
 ?>
Index: xoops2jp/html/install/wizards/install_updateComments_go.inc.php
diff -u xoops2jp/html/install/wizards/install_updateComments_go.inc.php:1.1.2.1.2.1.2.2 xoops2jp/html/install/wizards/install_updateComments_go.inc.php:1.1.2.1.2.1.2.3
--- xoops2jp/html/install/wizards/install_updateComments_go.inc.php:1.1.2.1.2.1.2.2	Thu Apr 26 12:25:04 2007
+++ xoops2jp/html/install/wizards/install_updateComments_go.inc.php	Fri Apr 27 18:37:57 2007
@@ -2,7 +2,7 @@
 /**
  *
  * @package Legacy
- * @version $Id: install_updateComments_go.inc.php,v 1.1.2.1.2.1.2.2 2007/04/26 03:25:04 minahito Exp $
+ * @version $Id: install_updateComments_go.inc.php,v 1.1.2.1.2.1.2.3 2007/04/27 09:37:57 nobunobu Exp $
  * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
  * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
  *
@@ -51,5 +51,5 @@
     }
     $xoopsDB->query('ALTER TABLE '.$xoopsDB->prefix('xoopscomments').' CHANGE com_id com_id mediumint(8) unsigned NOT NULL auto_increment PRIMARY KEY');
     $b_next = array('updateSmilies', _INSTALL_L14);
-    include 'install_tpl.php';
+    include './install_tpl.php';
 ?>
Index: xoops2jp/html/install/wizards/install_updateConfig.inc.php
diff -u xoops2jp/html/install/wizards/install_updateConfig.inc.php:1.1.2.1.2.1.2.2 xoops2jp/html/install/wizards/install_updateConfig.inc.php:1.1.2.1.2.1.2.3
--- xoops2jp/html/install/wizards/install_updateConfig.inc.php:1.1.2.1.2.1.2.2	Thu Apr 26 12:25:04 2007
+++ xoops2jp/html/install/wizards/install_updateConfig.inc.php	Fri Apr 27 18:37:57 2007
@@ -2,12 +2,12 @@
 /**
  *
  * @package Legacy
- * @version $Id: install_updateConfig.inc.php,v 1.1.2.1.2.1.2.2 2007/04/26 03:25:04 minahito Exp $
+ * @version $Id: install_updateConfig.inc.php,v 1.1.2.1.2.1.2.3 2007/04/27 09:37:57 nobunobu Exp $
  * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
  * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
  *
  */
     $b_next = array('updateConfig_go', _INSTALL_L144);
     $content = "<p>"._INSTALL_L143."</p>\n";
-    include 'install_tpl.php';
+    include './install_tpl.php';
 ?>
Index: xoops2jp/html/install/wizards/install_updateConfig_go.inc.php
diff -u xoops2jp/html/install/wizards/install_updateConfig_go.inc.php:1.1.2.2.2.1.2.2 xoops2jp/html/install/wizards/install_updateConfig_go.inc.php:1.1.2.2.2.1.2.3
--- xoops2jp/html/install/wizards/install_updateConfig_go.inc.php:1.1.2.2.2.1.2.2	Thu Apr 26 12:25:04 2007
+++ xoops2jp/html/install/wizards/install_updateConfig_go.inc.php	Fri Apr 27 18:37:57 2007
@@ -2,7 +2,7 @@
 /**
  *
  * @package Legacy
- * @version $Id: install_updateConfig_go.inc.php,v 1.1.2.2.2.1.2.2 2007/04/26 03:25:04 minahito Exp $
+ * @version $Id: install_updateConfig_go.inc.php,v 1.1.2.2.2.1.2.3 2007/04/27 09:37:57 nobunobu Exp $
  * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
  * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
  *
@@ -142,5 +142,5 @@
     $content = $dbm->report();
     //$content .= $cm->report();
     $b_next = array('updateModules', _INSTALL_L14);
-    include 'install_tpl.php';
+    include './install_tpl.php';
 ?>
Index: xoops2jp/html/install/wizards/install_updateModules.inc.php
diff -u xoops2jp/html/install/wizards/install_updateModules.inc.php:1.1.2.1.2.1.2.2 xoops2jp/html/install/wizards/install_updateModules.inc.php:1.1.2.1.2.1.2.3
--- xoops2jp/html/install/wizards/install_updateModules.inc.php:1.1.2.1.2.1.2.2	Thu Apr 26 12:25:04 2007
+++ xoops2jp/html/install/wizards/install_updateModules.inc.php	Fri Apr 27 18:37:57 2007
@@ -2,12 +2,12 @@
 /**
  *
  * @package Legacy
- * @version $Id: install_updateModules.inc.php,v 1.1.2.1.2.1.2.2 2007/04/26 03:25:04 minahito Exp $
+ * @version $Id: install_updateModules.inc.php,v 1.1.2.1.2.1.2.3 2007/04/27 09:37:57 nobunobu Exp $
  * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
  * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
  *
  */
     $b_next = array('updateModules_go', _INSTALL_L137);
     $content = "<p>"._INSTALL_L141."</p>\n";
-    include 'install_tpl.php';
+    include './install_tpl.php';
 ?>
Index: xoops2jp/html/install/wizards/install_updateModules_go.inc.php
diff -u xoops2jp/html/install/wizards/install_updateModules_go.inc.php:1.1.2.1.2.1.2.2 xoops2jp/html/install/wizards/install_updateModules_go.inc.php:1.1.2.1.2.1.2.3
--- xoops2jp/html/install/wizards/install_updateModules_go.inc.php:1.1.2.1.2.1.2.2	Thu Apr 26 12:25:04 2007
+++ xoops2jp/html/install/wizards/install_updateModules_go.inc.php	Fri Apr 27 18:37:57 2007
@@ -2,7 +2,7 @@
 /**
  *
  * @package Legacy
- * @version $Id: install_updateModules_go.inc.php,v 1.1.2.1.2.1.2.2 2007/04/26 03:25:04 minahito Exp $
+ * @version $Id: install_updateModules_go.inc.php,v 1.1.2.1.2.1.2.3 2007/04/27 09:37:57 nobunobu Exp $
  * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
  * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
  *
@@ -252,5 +252,5 @@
     $content .= "</td></tr></table>\n";
     ob_end_clean();
     $b_next = array('updateComments', _INSTALL_L14);
-    include 'install_tpl.php';
+    include './install_tpl.php';
 ?>
Index: xoops2jp/html/install/wizards/install_updateSmilies.inc.php
diff -u xoops2jp/html/install/wizards/install_updateSmilies.inc.php:1.1.2.1.2.1.2.2 xoops2jp/html/install/wizards/install_updateSmilies.inc.php:1.1.2.1.2.1.2.3
--- xoops2jp/html/install/wizards/install_updateSmilies.inc.php:1.1.2.1.2.1.2.2	Thu Apr 26 12:25:04 2007
+++ xoops2jp/html/install/wizards/install_updateSmilies.inc.php	Fri Apr 27 18:37:57 2007
@@ -2,12 +2,12 @@
 /**
  *
  * @package Legacy
- * @version $Id: install_updateSmilies.inc.php,v 1.1.2.1.2.1.2.2 2007/04/26 03:25:04 minahito Exp $
+ * @version $Id: install_updateSmilies.inc.php,v 1.1.2.1.2.1.2.3 2007/04/27 09:37:57 nobunobu Exp $
  * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
  * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
  *
  */
     $content = '<p>'._INSTALL_L150.'</p>';
     $b_next = array('updateSmilies_go', _INSTALL_L140);
-    include 'install_tpl.php';
+    include './install_tpl.php';
 ?>
Index: xoops2jp/html/install/wizards/install_updateSmilies_go.inc.php
diff -u xoops2jp/html/install/wizards/install_updateSmilies_go.inc.php:1.1.2.1.2.1.2.2 xoops2jp/html/install/wizards/install_updateSmilies_go.inc.php:1.1.2.1.2.1.2.3
--- xoops2jp/html/install/wizards/install_updateSmilies_go.inc.php:1.1.2.1.2.1.2.2	Thu Apr 26 12:25:04 2007
+++ xoops2jp/html/install/wizards/install_updateSmilies_go.inc.php	Fri Apr 27 18:37:57 2007
@@ -2,7 +2,7 @@
 /**
  *
  * @package Legacy
- * @version $Id: install_updateSmilies_go.inc.php,v 1.1.2.1.2.1.2.2 2007/04/26 03:25:04 minahito Exp $
+ * @version $Id: install_updateSmilies_go.inc.php,v 1.1.2.1.2.1.2.3 2007/04/27 09:37:57 nobunobu Exp $
  * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
  * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
  *
@@ -59,5 +59,5 @@
         }
     }
     $b_next = array('updateAvatars', _INSTALL_L14);
-    include 'install_tpl.php';
+    include './install_tpl.php';
 ?>
Index: xoops2jp/html/install/wizards/install_updateTables.inc.php
diff -u xoops2jp/html/install/wizards/install_updateTables.inc.php:1.1.2.1.2.1.2.2 xoops2jp/html/install/wizards/install_updateTables.inc.php:1.1.2.1.2.1.2.3
--- xoops2jp/html/install/wizards/install_updateTables.inc.php:1.1.2.1.2.1.2.2	Thu Apr 26 12:25:04 2007
+++ xoops2jp/html/install/wizards/install_updateTables.inc.php	Fri Apr 27 18:37:57 2007
@@ -2,7 +2,7 @@
 /**
  *
  * @package Legacy
- * @version $Id: install_updateTables.inc.php,v 1.1.2.1.2.1.2.2 2007/04/26 03:25:04 minahito Exp $
+ * @version $Id: install_updateTables.inc.php,v 1.1.2.1.2.1.2.3 2007/04/27 09:37:57 nobunobu Exp $
  * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
  * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
  *
@@ -26,5 +26,5 @@
     $content .= '</table>';
     $b_back = array();
     $b_next = array('updateTables_go', _INSTALL_L132);
-    include 'install_tpl.php';
+    include './install_tpl.php';
 ?>
Index: xoops2jp/html/install/wizards/install_updateTables_go.inc.php
diff -u xoops2jp/html/install/wizards/install_updateTables_go.inc.php:1.1.2.1.2.1.2.2 xoops2jp/html/install/wizards/install_updateTables_go.inc.php:1.1.2.1.2.1.2.3
--- xoops2jp/html/install/wizards/install_updateTables_go.inc.php:1.1.2.1.2.1.2.2	Thu Apr 26 12:25:04 2007
+++ xoops2jp/html/install/wizards/install_updateTables_go.inc.php	Fri Apr 27 18:37:57 2007
@@ -2,7 +2,7 @@
 /**
  *
  * @package Legacy
- * @version $Id: install_updateTables_go.inc.php,v 1.1.2.1.2.1.2.2 2007/04/26 03:25:04 minahito Exp $
+ * @version $Id: install_updateTables_go.inc.php,v 1.1.2.1.2.1.2.3 2007/04/27 09:37:57 nobunobu Exp $
  * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
  * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
  *
@@ -25,14 +25,14 @@
         $ret = $mm->doRewrite();
         if(!$ret){
             $content = _INSTALL_L60;
-            include 'install_tpl.php';
+            include './install_tpl.php';
             exit();
         }
     }
     if (false != $error) {
         $b_back = array();
         $content = _INSTALL_L162;
-        include 'install_tpl.php';
+        include './install_tpl.php';
         break;
     }
     include_once './class/dbmanager.php';
@@ -48,5 +48,5 @@
         $content .= "<p>"._INSTALL_L136."</p>\n";
         $b_next = array('updateConfig', _INSTALL_L14);
     }
-    include 'install_tpl.php';
+    include './install_tpl.php';
 ?>


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