Ignore:
Timestamp:
2010/12/25 19:02:43 (13 years ago)
Author:
Seasoft
Message:

#838(PHPソース内でのパラメータ「USER_DIR」の利用不徹底)
#494(プラグイン機能)

  • 怪しい処理にコメントを追加
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/html/install/index.php

    r19760 r19767  
    383383    $arrWriteFile = array( 
    384384        DATA_PATH . "install.php", 
    385         HTML_PATH . "user_data", 
     385        USER_PATH, 
    386386        HTML_PATH . "upload", 
    387387        DATA_PATH . "cache/", 
     
    505505    $objPage->tpl_mode = 'step0_1'; 
    506506    // ファイルコピー 
    507     $objPage->copy_mess = SC_Utils_Ex::sfCopyDir("./user_data/", HTML_PATH . "user_data/", $objPage->copy_mess); 
     507    $objPage->copy_mess = SC_Utils_Ex::sfCopyDir("./user_data/", USER_PATH, $objPage->copy_mess); 
    508508    $objPage->copy_mess = SC_Utils_Ex::sfCopyDir("./save_image/", HTML_PATH . "upload/save_image/", $objPage->copy_mess); 
    509509    return $objPage; 
Note: See TracChangeset for help on using the changeset viewer.