Ignore:
Timestamp:
2012/05/30 14:47:57 (12 years ago)
Author:
tokuhiro
Message:

#1828 ソースの漏れを修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/html/install/index.php

    r21864 r21865  
    375375        umask(0); 
    376376        $path = HTML_REALDIR . 'plugin'; 
     377        if (!file_exists($path)) { 
     378            mkdir($path); 
     379        } 
     380        $path = HTML_REALDIR . 'upload/temp_plugin'; 
    377381        if (!file_exists($path)) { 
    378382            mkdir($path); 
Note: See TracChangeset for help on using the changeset viewer.