Changeset 6406 for temp


Ignore:
Timestamp:
2006/10/17 10:58:36 (20 years ago)
Author:
naka
Message:

* empty log message *

Location:
temp/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/conf/conf.php

    r6405 r6406  
    9292define ("CERT_STRING", "7WDhcBTF");                     // ǧ¾Úʸ»úÎó 
    9393define ("ADMIN_ID", "2");                               // ´ÉÍý¥æ¡¼¥¶ID(¥á¥ó¥Æ¥Ê¥ó¥¹ÍÑɽ¼¨¤µ¤ì¤Ê¤¤¡£) 
     94define ("MELMAGA_SEND", true);                          // ¥á¥ë¥Þ¥¬ÇÛ¿®ÍÞÀ©(false:OFF¡¢true:ON) 
    9495define ("DUMMY_PASS", "########");                      // ¥À¥ß¡¼¥Ñ¥¹¥ï¡¼¥É 
    9596define ("UNLIMITED", "++");                             // ºß¸Ë¿ô¡¢ÈÎÇäÀ©¸Â̵¸Â¤ò¼¨¤¹¡£ 
  • temp/trunk/html/admin/mail/index.php

    r6147 r6406  
    263263        } else if( $_POST['mode'] == 'regist_complete' ){ 
    264264            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            } 
    266268            exit;            
    267269        } 
  • temp/trunk/html/admin/mail/sendmail.php

    r6147 r6406  
    99$conn = new SC_DbConn(); 
    1010$objSite = new SC_SiteInfo($conn); 
     11 
     12if(MELMAGA_SEND != true) { 
     13    exit; 
     14} 
    1115 
    1216if($_GET['mode'] == 'now') { 
Note: See TracChangeset for help on using the changeset viewer.