[xoops-cvslog 5613] CVS update: xoops2jp/html

Zurück zum Archiv-Index

NobuNobu nobun****@users*****
2006年 11月 4日 (土) 14:20:46 JST


Index: xoops2jp/html/mainfile.dist.php
diff -u xoops2jp/html/mainfile.dist.php:1.2.8.2.2.2 xoops2jp/html/mainfile.dist.php:1.2.8.2.2.3
--- xoops2jp/html/mainfile.dist.php:1.2.8.2.2.2	Fri Nov  3 00:36:44 2006
+++ xoops2jp/html/mainfile.dist.php	Sat Nov  4 14:20:46 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: mainfile.dist.php,v 1.2.8.2.2.2 2006/11/02 15:36:44 minahito Exp $
+// $Id: mainfile.dist.php,v 1.2.8.2.2.3 2006/11/04 05:20:46 nobunobu Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -74,8 +74,9 @@
     define("XOOPS_GROUP_USERS", "2");
     define("XOOPS_GROUP_ANONYMOUS", "3");
 
+    @include_once XOOPS_ROOT_PATH.'/include/cubecore_init.php';
     if (!isset($xoopsOption['nocommon']) && XOOPS_ROOT_PATH != '') {
-        include XOOPS_ROOT_PATH."/include/common.php";
+        include XOOPS_ROOT_PATH.'/include/common.php';
     }
 }
 ?>
\ No newline at end of file


xoops-cvslog メーリングリストの案内
Zurück zum Archiv-Index