Changeset 16774


Ignore:
Timestamp:
2007/11/09 00:53:13 (16 years ago)
Author:
adachi
Message:

mobile/converted_imagesの削除

Location:
branches/feature-module-update
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/html/install/index.php

    r16724 r16774  
    2727define("INSTALL_LOG", "./temp/install.log"); 
    2828ini_set("max_execution_time", 300); 
    29          
     29 
    3030class LC_Page { 
    3131    function LC_Page() { 
     
    390390        "../cp", 
    391391        "../upload", 
    392         "../mobile/converted_images", 
    393392        ".." . HTML2DATA_DIR . "cache/", 
    394393        ".." . HTML2DATA_DIR . "class/", 
  • branches/feature-module-update/release.sh

    r16767 r16774  
    3434chmod -R 777 $WRK_DIR/html/upload 
    3535chmod -R 777 $WRK_DIR/html/cp 
    36 chmod -R 777 $WRK_DIR/html/mobile/converted_images 
    3736chmod -R 777 $WRK_DIR/data/cache 
    3837chmod -R 777 $WRK_DIR/data/downloads 
Note: See TracChangeset for help on using the changeset viewer.