Changeset 16774
- Timestamp:
- 2007/11/09 00:53:13 (15 years ago)
- Location:
- branches/feature-module-update
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/html/install/index.php
r16724 r16774 27 27 define("INSTALL_LOG", "./temp/install.log"); 28 28 ini_set("max_execution_time", 300); 29 29 30 30 class LC_Page { 31 31 function LC_Page() { … … 390 390 "../cp", 391 391 "../upload", 392 "../mobile/converted_images",393 392 ".." . HTML2DATA_DIR . "cache/", 394 393 ".." . HTML2DATA_DIR . "class/", -
branches/feature-module-update/release.sh
r16767 r16774 34 34 chmod -R 777 $WRK_DIR/html/upload 35 35 chmod -R 777 $WRK_DIR/html/cp 36 chmod -R 777 $WRK_DIR/html/mobile/converted_images37 36 chmod -R 777 $WRK_DIR/data/cache 38 37 chmod -R 777 $WRK_DIR/data/downloads
Note: See TracChangeset
for help on using the changeset viewer.