[xoops-cvslog 2521] CVS update: xoops2jp/html/class

Back to archive index

Minahito minah****@users*****
2006年 3月 28日 (火) 22:28:16 JST


Index: xoops2jp/html/class/XCube_ActionForm.class.php
diff -u xoops2jp/html/class/XCube_ActionForm.class.php:1.1.2.29 xoops2jp/html/class/XCube_ActionForm.class.php:1.1.2.30
--- xoops2jp/html/class/XCube_ActionForm.class.php:1.1.2.29	Fri Feb  3 16:32:00 2006
+++ xoops2jp/html/class/XCube_ActionForm.class.php	Tue Mar 28 22:28:16 2006
@@ -1,5 +1,7 @@
 <?php
 
+if (!defined('XOOPS_ROOT_PATH')) exit();
+
 require_once XOOPS_ROOT_PATH . "/class/XCube_Validator.class.php";
 require_once XOOPS_ROOT_PATH . "/class/XCube_FormFile.class.php";
 
Index: xoops2jp/html/class/XCube_EventManager.class.php
diff -u xoops2jp/html/class/XCube_EventManager.class.php:1.1.2.8 xoops2jp/html/class/XCube_EventManager.class.php:1.1.2.9
--- xoops2jp/html/class/XCube_EventManager.class.php:1.1.2.8	Tue Feb 28 23:38:59 2006
+++ xoops2jp/html/class/XCube_EventManager.class.php	Tue Mar 28 22:28:16 2006
@@ -1,6 +1,8 @@
 <?php
 
-require_once XOOPS_ROOT_PATH."/class/XCube_Event.class.php";
+if (!defined('XOOPS_ROOT_PATH')) exit();
+
+require_once XOOPS_ROOT_PATH . "/class/XCube_Event.class.php";
 
 /**
  * This class manages plural events.
Index: xoops2jp/html/class/XCube_RenderSystem.class.php
diff -u xoops2jp/html/class/XCube_RenderSystem.class.php:1.1.2.13 xoops2jp/html/class/XCube_RenderSystem.class.php:1.1.2.14
--- xoops2jp/html/class/XCube_RenderSystem.class.php:1.1.2.13	Wed Jan 25 12:45:36 2006
+++ xoops2jp/html/class/XCube_RenderSystem.class.php	Tue Mar 28 22:28:16 2006
@@ -1,10 +1,12 @@
 <?php
 /**
- * @version $Id: XCube_RenderSystem.class.php,v 1.1.2.13 2006/01/25 03:45:36 minahito Exp $
+ * @version $Id: XCube_RenderSystem.class.php,v 1.1.2.14 2006/03/28 13:28:16 minahito Exp $
  * @package Cube
  */
 
-require_once XOOPS_ROOT_PATH."/kernel/XCube_TextModifier.class.php";
+ if (!defined('XOOPS_ROOT_PATH')) exit();
+
+require_once XOOPS_ROOT_PATH . "/kernel/XCube_TextModifier.class.php";
 
 define("XCUBE_RENDER_MODE_NORMAL",1);
 define("XCUBE_RENDER_MODE_DIALOG",2);


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