Changeset 13406 for branches/rel
- Timestamp:
- 2007/05/25 10:12:37 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel/html/install/index.php
r12317 r13406 407 407 if(!$err_file) { 408 408 $path = ".." . HTML2DATA_DIR . "Smarty/templates_c/admin"; 409 if(!file_exists($path)) { 410 mkdir($path); 411 } 412 $path = ".." . HTML2DATA_DIR . "Smarty/templates_c/mobile"; 409 413 if(!file_exists($path)) { 410 414 mkdir($path);
Note: See TracChangeset
for help on using the changeset viewer.