Changeset 16329 for branches/feature-module-update/data/script
- Timestamp:
- 2007/10/08 19:40:30 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/script/receive_kara_mail.php
r16322 r16329 9 9 require_once DATA_PATH . '/include/mobile.inc'; 10 10 require_once DATA_PATH . '/lib/slib.php'; 11 require_once DATA_PATH . '/class/ GC_MobileKaraMail.php';11 require_once DATA_PATH . '/class/SC_MobileKaraMail.php'; 12 12 require_once DATA_PATH . '/class/SC_SendMail.php'; 13 13 14 14 $CONF = sf_getBasisData(); 15 15 16 $objMail =& GC_MobileKaraMail::factory();16 $objMail =& SC_MobileKaraMail::factory(); 17 17 $objMail->parse(); 18 18 $token = $objMail->getToken();
Note: See TracChangeset
for help on using the changeset viewer.