Changeset 13406


Ignore:
Timestamp:
2007/05/25 10:12:37 (17 years ago)
Author:
kakinaka
Message:
 
File:
1 edited

Legend:

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

    r12317 r13406  
    407407    if(!$err_file) { 
    408408        $path = ".." . HTML2DATA_DIR . "Smarty/templates_c/admin"; 
     409        if(!file_exists($path)) { 
     410            mkdir($path); 
     411        } 
     412        $path = ".." . HTML2DATA_DIR . "Smarty/templates_c/mobile"; 
    409413        if(!file_exists($path)) { 
    410414            mkdir($path); 
Note: See TracChangeset for help on using the changeset viewer.