Changeset 4643 for temp/trunk
- Timestamp:
- 2006/09/12 19:13:04 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/conf/core.php (modified) (1 diff)
-
html/admin/mail/sendmail.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/conf/core.php
r4637 r4643 29 29 30 30 // ¥µ¥¤¥ÈÍÑ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); 32 define ("DEFAULT_DSN", "mysql://" . DB_USER . ":" . DB_PASSWORD . "@" . DB_SERVER . "/" . DB_NAME); 33 33 34 34 // Í¹ÊØÈÖ¹æÀìÍÑDB -
temp/trunk/html/admin/mail/sendmail.php
r4642 r4643 87 87 ); 88 88 } 89 90 89 91 90 //-- Á÷¿®´°Î»¤Ê¤é1¡¢¼ºÇԤʤé0¤ò¥á¡¼¥ëÁ÷¿®·ë²Ì¥Õ¥é¥°¤È¤·¤ÆDB¤ËÁÞÆþ … … 124 123 125 124 if ($_GET['mode'] = "now") { 126 //header("Location: /admin/mail/history.php"); 127 sfprintr($objSite); 125 header("Location: /admin/mail/history.php"); 128 126 } 129 127 echo "complete\n";
Note: See TracChangeset
for help on using the changeset viewer.
