source:
temp/test-xoops.ec-cube.net/html/class/xoopsmodule.php
@
405
| Revision 405, 269 bytes checked in by root, 20 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | // $Id: xoopsmodule.php,v 1.2 2005/03/18 12:51:55 onokazu Exp $ |
| 3 | if (!defined('XOOPS_ROOT_PATH')) { |
| 4 | exit(); |
| 5 | } |
| 6 | /** |
| 7 | * this file is for backward compatibility only |
| 8 | * |
| 9 | **/ |
| 10 | /** |
| 11 | * load the new module class |
| 12 | **/ |
| 13 | require_once XOOPS_ROOT_PATH.'/kernel/module.php'; |
| 14 | ?> |
Note: See TracBrowser
for help on using the repository browser.
