Minahito
minah****@users*****
2006年 5月 26日 (金) 18:38:56 JST
Index: xoops2jp/html/modules/base/kernel/Legacy_EventFunctions.class.php diff -u xoops2jp/html/modules/base/kernel/Legacy_EventFunctions.class.php:1.1.2.1 xoops2jp/html/modules/base/kernel/Legacy_EventFunctions.class.php:1.1.2.2 --- xoops2jp/html/modules/base/kernel/Legacy_EventFunctions.class.php:1.1.2.1 Thu May 25 18:29:33 2006 +++ xoops2jp/html/modules/base/kernel/Legacy_EventFunctions.class.php Fri May 26 18:38:56 2006 @@ -1,6 +1,6 @@ <?php /** - * @version $Id: Legacy_EventFunctions.class.php,v 1.1.2.1 2006/05/25 09:29:33 minahito Exp $ + * @version $Id: Legacy_EventFunctions.class.php,v 1.1.2.2 2006/05/26 09:38:56 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -11,6 +11,11 @@ { $controller->executeForward(XOOPS_MODULE_URL . "/base/index.php?action=ImageList"); } + + function AccessToBackend(&$controller,$eventArgs) + { + $controller->executeForward(XOOPS_MODULE_URL . "/base/index.php?action=Backend"); + } } ?> \ No newline at end of file