Changeset 4643 for temp/trunk


Ignore:
Timestamp:
2006/09/12 19:13:04 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk
Files:
2 edited

Legend:

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

    r4637 r4643  
    2929 
    3030// ¥µ¥¤¥ÈÍÑDB 
    31 define ("DEFAULT_DSN", "pgsql://" . DB_USER . ":" . DB_PASSWORD . "@" . DB_SERVER . "/" . DB_NAME); 
    32 //define ("DEFAULT_DSN", "mysql://" . DB_USER . ":" . DB_PASSWORD . "@" . DB_SERVER . "/" . DB_NAME); 
     31//define ("DEFAULT_DSN", "pgsql://" . DB_USER . ":" . DB_PASSWORD . "@" . DB_SERVER . "/" . DB_NAME); 
     32define ("DEFAULT_DSN", "mysql://" . DB_USER . ":" . DB_PASSWORD . "@" . DB_SERVER . "/" . DB_NAME); 
    3333 
    3434// Í¹ÊØÈÖ¹æÀìÍÑDB 
  • temp/trunk/html/admin/mail/sendmail.php

    r4642 r4643  
    8787                                                                     ); 
    8888        } 
    89  
    9089     
    9190        //-- Á÷¿®´°Î»¤Ê¤é1¡¢¼ºÇԤʤé0¤ò¥á¡¼¥ëÁ÷¿®·ë²Ì¥Õ¥é¥°¤È¤·¤ÆDB¤ËÁÞÆþ 
     
    124123     
    125124    if ($_GET['mode'] = "now") { 
    126         //header("Location: /admin/mail/history.php"); 
    127         sfprintr($objSite); 
     125        header("Location: /admin/mail/history.php"); 
    128126    } 
    129127    echo "complete\n"; 
Note: See TracChangeset for help on using the changeset viewer.