- Timestamp:
- 2006/10/17 10:58:36 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 3 edited
-
data/conf/conf.php (modified) (1 diff)
-
html/admin/mail/index.php (modified) (1 diff)
-
html/admin/mail/sendmail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/conf/conf.php
r6405 r6406 92 92 define ("CERT_STRING", "7WDhcBTF"); // ǧ¾Úʸ»úÎó 93 93 define ("ADMIN_ID", "2"); // ´ÉÍý¥æ¡¼¥¶ID(¥á¥ó¥Æ¥Ê¥ó¥¹ÍÑɽ¼¨¤µ¤ì¤Ê¤¤¡£) 94 define ("MELMAGA_SEND", true); // ¥á¥ë¥Þ¥¬ÇÛ¿®ÍÞÀ©(false:OFF¡¢true:ON) 94 95 define ("DUMMY_PASS", "########"); // ¥À¥ß¡¼¥Ñ¥¹¥ï¡¼¥É 95 96 define ("UNLIMITED", "++"); // ºß¸Ë¿ô¡¢ÈÎÇäÀ©¸Â̵¸Â¤ò¼¨¤¹¡£ -
temp/trunk/html/admin/mail/index.php
r6147 r6406 263 263 } else if( $_POST['mode'] == 'regist_complete' ){ 264 264 lfRegistData($objPage->list_data); 265 header("Location: " . URL_DIR . "admin/mail/sendmail.php?mode=now"); 265 if(MELMAGA_SEND == true) { 266 header("Location: " . URL_DIR . "admin/mail/sendmail.php?mode=now"); 267 } 266 268 exit; 267 269 } -
temp/trunk/html/admin/mail/sendmail.php
r6147 r6406 9 9 $conn = new SC_DbConn(); 10 10 $objSite = new SC_SiteInfo($conn); 11 12 if(MELMAGA_SEND != true) { 13 exit; 14 } 11 15 12 16 if($_GET['mode'] == 'now') {
Note: See TracChangeset
for help on using the changeset viewer.
