Changeset 6978 for temp/trunk


Ignore:
Timestamp:
2006/10/27 18:36:35 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

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

    r6958 r6978  
    307307        "../upload", 
    308308        "../../data/Smarty/templates_c",         
     309        "../../data/downloads", 
    309310        "../../data/logs", 
    310311    ); 
     
    361362            mkdir($path); 
    362363        } 
     364        $path = "../../data/downloads/module"; 
     365        if(!file_exists($path)) { 
     366            mkdir($path); 
     367        } 
     368        $path = "../../data/downloads/update"; 
     369        if(!file_exists($path)) { 
     370            mkdir($path); 
     371        }        
    363372    } 
    364373     
Note: See TracChangeset for help on using the changeset viewer.