Changeset 10354 for temp/trunk/html
- Timestamp:
- 2006/12/06 14:55:21 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/design/upload.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/design/upload.php
r10353 r10354 29 29 30 30 // ¥Õ¥¡¥¤¥ë´ÉÍý¥¯¥é¥¹ 31 $objUpFile = new SC_UploadFile( IMAGE_TEMP_DIR, IMAGE_SAVE_DIR);31 $objUpFile = new SC_UploadFile(USER_TEMPLATE_PATH, USER_TEMPLATE_PATH); 32 32 // ¥Õ¥¡¥¤¥ë¾ðÊó¤Î½é´ü²½ 33 33 lfInitFile(); … … 46 46 if($ret != "") { 47 47 $objPage->arrErr['template_file'] = $ret; 48 } else {48 } else if(count($objPage->arrErr) <= 0) { 49 49 $objPage->tpl_onload = "alert('¥Æ¥ó¥×¥ì¡¼¥È¥Õ¥¡¥¤¥ë¤ò¥¢¥Ã¥×¥í¡¼¥É¤·¤Þ¤·¤¿¡£');"; 50 }51 // ¥¨¥é¡¼¤¬Ìµ¤«¤Ã¤¿¤é52 if(count($objPage->arrErr) > 0) {53 50 } 54 51 break;
Note: See TracChangeset
for help on using the changeset viewer.
