[xoops-cvslog 2543] CVS update: xoops2jp/html/modules/pm/kernel

Back to archive index

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


Index: xoops2jp/html/modules/pm/kernel/PrivateMessage.class.php
diff -u xoops2jp/html/modules/pm/kernel/PrivateMessage.class.php:1.1.2.1 xoops2jp/html/modules/pm/kernel/PrivateMessage.class.php:1.1.2.2
--- xoops2jp/html/modules/pm/kernel/PrivateMessage.class.php:1.1.2.1	Wed Nov  2 20:23:44 2005
+++ xoops2jp/html/modules/pm/kernel/PrivateMessage.class.php	Tue Mar 28 22:30:49 2006
@@ -1,5 +1,7 @@
 <?php
 
+if (!defined('XOOPS_ROOT_PATH')) exit();
+
 /**
  * To one user, From one user, No CC, No attach.
  */
Index: xoops2jp/html/modules/pm/kernel/PmEventProxyRegister.class.php
diff -u xoops2jp/html/modules/pm/kernel/PmEventProxyRegister.class.php:1.1.2.4 xoops2jp/html/modules/pm/kernel/PmEventProxyRegister.class.php:1.1.2.5
--- xoops2jp/html/modules/pm/kernel/PmEventProxyRegister.class.php:1.1.2.4	Sun Nov 13 13:36:38 2005
+++ xoops2jp/html/modules/pm/kernel/PmEventProxyRegister.class.php	Tue Mar 28 22:30:49 2006
@@ -1,5 +1,7 @@
 <?php
 
+if (!defined('XOOPS_ROOT_PATH')) exit();
+
 require_once XOOPS_ROOT_PATH."/class/XCube_EventManager.class.php";
 
 class PmEventProxyRegister extends XCube_EventProxyRegister


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