Changeset 2294 for temp/trunk
- Timestamp:
- 2006/08/28 13:47:42 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/install/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/install/index.php
r2290 r2294 220 220 if(!$err_file) { 221 221 $path = "../../data/Smarty/templates_c/admin"; 222 if( file_exists($path)) {222 if(!file_exists($path)) { 223 223 mkdir($path); 224 224 } 225 225 $path = "../../html/upload/save_image"; 226 if( file_exists($path)) {226 if(!file_exists($path)) { 227 227 mkdir($path); 228 228 } 229 229 $path = "../../html/upload/temp_image"; 230 if( file_exists($path)) {230 if(!file_exists($path)) { 231 231 mkdir($path); 232 232 } 233 233 $path = "../../html/upload/graph_image"; 234 if( file_exists($path)) {234 if(!file_exists($path)) { 235 235 mkdir($path); 236 236 } 237 237 $path = "../../html/upload/csv"; 238 if( file_exists($path)) {238 if(!file_exists($path)) { 239 239 mkdir($path); 240 240 }
Note: See TracChangeset
for help on using the changeset viewer.
