Changeset 10844


Ignore:
Timestamp:
2006/12/18 09:20:11 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/ec-cube-beta/html/install/index.php

    r10821 r10844  
    369369            mkdir($path); 
    370370        } 
     371        $path = "../upload/temp_template"; 
     372        if(!file_exists($path)) { 
     373            mkdir($path); 
     374        }        
    371375        $path = "../upload/save_image"; 
    372376        if(!file_exists($path)) { 
Note: See TracChangeset for help on using the changeset viewer.