Changeset 2264


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

* empty log message *

Location:
temp/trunk
Files:
1 added
4 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/SC_View.php

    r2259 r2264  
    8282        } 
    8383        if($siteinfo) { 
    84             if(defined('LOAD_SITEINFO')) { 
     84            if(!defined('LOAD_SITEINFO')) { 
    8585                // ¥µ¥¤¥È¾ðÊó¤ò³ä¤êÅö¤Æ¤ë 
    8686                $objSiteInfo = new SC_SiteInfo(); 
  • 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.