source:
branches/feature-module-update/data/downloads/module2/module_inc.php
@
16330
Revision 16330, 242 bytes checked in by naka, 15 years ago (diff) |
---|
Line | |
---|---|
1 | <?php |
2 | |
3 | // SC_SendMailの拡張 |
4 | if(file_exists(MODULE2_PATH . "mdl_speedmail/SC_SendMail_Ex.php")) { |
5 | require_once(MODULE2_PATH . "mdl_speedmail/SC_SendMail_Ex.php"); |
6 | } else { |
7 | require_once(CLASS_EX_PATH . "SC_SendMail_Ex.php"); |
8 | } |
9 | |
10 | ?> |
Note: See TracBrowser
for help on using the repository browser.