source:
branches/feature-module-update/data/downloads/module2/mdl_speedmail/config.php
@
16330
Revision 16330, 382 bytes checked in by naka, 15 years ago (diff) |
---|
Line | |
---|---|
1 | <?php |
2 | /* |
3 | * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. |
4 | * |
5 | * http://www.lockon.co.jp/ |
6 | */ |
7 | |
8 | // {{{ requires |
9 | require_once(MODULE2_PATH . "mdl_speedmail/LC_Page_Mdl_SpeedMail.php"); |
10 | |
11 | // }}} |
12 | // {{{ generate page |
13 | |
14 | $objPage = new LC_Page_Mdl_SpeedMail(); |
15 | $objPage->init(); |
16 | $objPage->process(); |
17 | register_shutdown_function(array($objPage, "destroy")); |
18 | ?> |
Note: See TracBrowser
for help on using the repository browser.