Changeset 13407


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

Legend:

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

    r12325 r13407  
    406406    if(!$err_file) { 
    407407        $path = ".." . HTML2DATA_DIR . "Smarty/templates_c/admin"; 
     408        if(!file_exists($path)) { 
     409            mkdir($path); 
     410        } 
     411        $path = ".." . HTML2DATA_DIR . "Smarty/templates_c/mobile"; 
    408412        if(!file_exists($path)) { 
    409413            mkdir($path); 
Note: See TracChangeset for help on using the changeset viewer.