Ignore:
Timestamp:
2008/08/28 14:48:13 (16 years ago)
Author:
Seasoft
Message:

merge 17337,17338,17339,17343,17344,17346,17370,17371

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/html/install/index.php

    r17552 r17575  
    434434    // 権限エラー等が発生していない場合 
    435435    if(!$err_file) { 
    436         $path = DATA_PATH . "Smarty/templates_c/admin"; 
    437         if(!file_exists($path)) { 
    438             mkdir($path); 
    439         } 
    440         $path = DATA_PATH . "Smarty/templates_c/mobile"; 
    441         if(!file_exists($path)) { 
    442             mkdir($path); 
    443         } 
    444436        $path = HTML_PATH . "upload/temp_template"; 
    445437        if(!file_exists($path)) { 
Note: See TracChangeset for help on using the changeset viewer.