Ignore:
Timestamp:
2006/08/28 13:22:06 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2259 r2264  
    182182        "html/user_data", 
    183183        "html/upload", 
    184         "html/upload/save_image", 
    185         "html/upload/temp_image", 
    186         "html/upload/graph_image",       
    187         "html/upload/csv", 
    188184        "data/Smarty/templates_c",       
    189185        "data/update", 
     
    225221        $path = "../../data/Smarty/templates_c/admin"; 
    226222        mkdir($path); 
     223        $path = "../../html/upload/save_image"; 
     224        mkdir($path); 
     225        $path = "../../html/upload/temp_image"; 
     226        mkdir($path); 
     227        $path = "../../html/upload/graph_image"; 
     228        mkdir($path); 
     229        $path = "../../html/upload/csv"; 
     230        mkdir($path);        
    227231    } 
    228232     
Note: See TracChangeset for help on using the changeset viewer.