Changeset 2248 for temp/trunk


Ignore:
Timestamp:
2006/08/28 13:03:13 (20 years ago)
Author:
naka
Message:

* empty log message *

Location:
temp/trunk
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/install/index.php

    r2245 r2248  
    186186        "html/upload/graph_image",       
    187187        "html/upload/csv", 
    188         "data/Smarty/templates_c", 
    189         "data/Smarty/templates_c/admin",         
     188        "data/Smarty/templates_c",       
    190189        "data/update", 
    191190        "data/logs", 
     
    222221    } 
    223222     
     223    // ¸¢¸Â¥¨¥é¡¼Åù¤¬È¯À¸¤·¤Æ¤¤¤Ê¤¤¾ì¹ç 
     224    if(!$err_file) { 
     225        $path = "../../data/Smarty/templates_c/admin"; 
     226        mkdir($path); 
     227    } 
     228     
    224229    $objPage->mess = $mess; 
    225230    $objPage->err_file = $err_file; 
Note: See TracChangeset for help on using the changeset viewer.