Minahito
minah****@users*****
2006年 3月 28日 (火) 22:32:19 JST
Index: xoops2jp/html/modules/user/kernel/UserEventFunction.class.php diff -u xoops2jp/html/modules/user/kernel/UserEventFunction.class.php:1.1.2.8 xoops2jp/html/modules/user/kernel/UserEventFunction.class.php:1.1.2.9 --- xoops2jp/html/modules/user/kernel/UserEventFunction.class.php:1.1.2.8 Sat Feb 4 16:52:47 2006 +++ xoops2jp/html/modules/user/kernel/UserEventFunction.class.php Tue Mar 28 22:32:19 2006 @@ -1,5 +1,7 @@ <?php +if (!defined('XOOPS_ROOT_PATH')) exit(); + /** * Static methods' collection for delegates. */ Index: xoops2jp/html/modules/user/kernel/UserEventProxyRegister.class.php diff -u xoops2jp/html/modules/user/kernel/UserEventProxyRegister.class.php:1.1.2.6 xoops2jp/html/modules/user/kernel/UserEventProxyRegister.class.php:1.1.2.7 --- xoops2jp/html/modules/user/kernel/UserEventProxyRegister.class.php:1.1.2.6 Thu Feb 2 18:22:59 2006 +++ xoops2jp/html/modules/user/kernel/UserEventProxyRegister.class.php Tue Mar 28 22:32:19 2006 @@ -1,5 +1,7 @@ <?php +if (!defined('XOOPS_ROOT_PATH')) exit(); + require_once XOOPS_ROOT_PATH."/class/XCube_EventManager.class.php"; class UserEventProxyRegister extends XCube_EventProxyRegister