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

アーカイブの一覧に戻る

Minahito minah****@users*****
2006年 11月 3日 (金) 00:36:45 JST


Index: xoops2jp/html/mainfile.dist.php
diff -u xoops2jp/html/mainfile.dist.php:1.2.8.2.2.1 xoops2jp/html/mainfile.dist.php:1.2.8.2.2.2
--- xoops2jp/html/mainfile.dist.php:1.2.8.2.2.1	Thu Nov  2 23:11:11 2006
+++ xoops2jp/html/mainfile.dist.php	Fri Nov  3 00:36:44 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: mainfile.dist.php,v 1.2.8.2.2.1 2006/11/02 14:11:11 minahito Exp $
+// $Id: mainfile.dist.php,v 1.2.8.2.2.2 2006/11/02 15:36:44 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -74,7 +74,7 @@
     define("XOOPS_GROUP_USERS", "2");
     define("XOOPS_GROUP_ANONYMOUS", "3");
 
-    if (XOOPS_ROOT_PATH != '') {
+    if (!isset($xoopsOption['nocommon']) && XOOPS_ROOT_PATH != '') {
         include XOOPS_ROOT_PATH."/include/common.php";
     }
 }


xoops-cvslog メーリングリストの案内
アーカイブの一覧に戻る