Ignore:
Timestamp:
2006/10/12 14:02:58 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

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

    r6080 r6089  
    302302            mkdir($path); 
    303303        } 
    304         $path = "../../html/upload/save_image"; 
     304        $path = "./upload/save_image"; 
    305305        if(!file_exists($path)) { 
    306306            mkdir($path); 
    307307        } 
    308         $path = "../../html/upload/temp_image"; 
     308        $path = "./upload/temp_image"; 
    309309        if(!file_exists($path)) { 
    310310            mkdir($path); 
    311311        } 
    312         $path = "../../html/upload/graph_image"; 
     312        $path = "./upload/graph_image"; 
    313313        if(!file_exists($path)) { 
    314314            mkdir($path); 
    315315        } 
    316         $path = "../../html/upload/csv"; 
     316        $path = "./upload/csv"; 
    317317        if(!file_exists($path)) { 
    318318            mkdir($path); 
Note: See TracChangeset for help on using the changeset viewer.