Changeset 6009 for temp/trunk


Ignore:
Timestamp:
2006/10/11 21:03:12 (20 years ago)
Author:
naka
Message:

* empty log message *

Location:
temp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/lib/slib.php

    r5956 r6009  
    6868        if(file_exists($path)) { 
    6969            sfErrorHeader(">> /install.inc¤Ï¥»¥­¥å¥ê¥Æ¥£¡¼¥Û¡¼¥ë¤È¤Ê¤ê¤Þ¤¹¡£ºï½ü¤·¤Æ¤¯¤À¤µ¤¤¡£"); 
    70         } 
    71          
    72          
     70        }        
    7371    } 
    7472} 
  • temp/trunk/html/install/index.php

    r6008 r6009  
    464464    } 
    465465 
    466     print(DB_PASSWORD); 
    467     print(DB_PORT); 
     466    print(DB_PASSWORD . $db_password); 
     467    print(DB_PORT . $db_port); 
    468468             
    469469    $objDBParam->addParam("DB¤Î¼ïÎà", "db_type", INT_LEN, "", array("EXIST_CHECK","MAX_LENGTH_CHECK")); 
Note: See TracChangeset for help on using the changeset viewer.