Changeset 13411


Ignore:
Timestamp:
2007/05/25 10:19:32 (17 years ago)
Author:
kakinaka
Message:

インストール時に templates_c/mobile を作成するように修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/install/index.php

    r13407 r13411  
    411411        $path = ".." . HTML2DATA_DIR . "Smarty/templates_c/mobile"; 
    412412        if(!file_exists($path)) { 
    413             mkdir($path); 
     413            mkdir($path);  
    414414        } 
    415415        $path = "../upload/temp_template"; 
Note: See TracChangeset for help on using the changeset viewer.