Changeset 6169


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

* empty log message *

Location:
temp/trunk/html/install
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/install/index.php

    r6168 r6169  
    337337    $objPage->tpl_mode = 'step0_1'; 
    338338    // ¥Õ¥¡¥¤¥ë¥³¥Ô¡¼ 
    339     $objPage->copy_mess = sfCopyDir("./user_data/", "../../html/user_data/", $objPage->copy_mess); 
    340     $objPage->copy_mess = sfCopyDir("./save_image/", "../../html/upload/save_image/", $objPage->copy_mess);  
     339    $objPage->copy_mess = sfCopyDir("./user_data/", "../user_data/", $objPage->copy_mess); 
     340    $objPage->copy_mess = sfCopyDir("./save_image/", "../upload/save_image/", $objPage->copy_mess);  
    341341    return $objPage; 
    342342} 
Note: See TracChangeset for help on using the changeset viewer.