Changeset 10071 for temp/trunk
- Timestamp:
- 2006/12/01 15:01:15 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/contents/file_manager.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/contents/file_manager.php
r10022 r10071 53 53 ///$now_dir = $_POST['select_file']; 54 54 // ¥Ä¥ê¡¼Á«°ÜÍѤÎjavascript¤òËä¤á¹þ¤à 55 $arrErr['select_file'] = "¢¨ ¥Ç¥£¥ì¥¯¥È¥ê¤òɽ¼¨¤¹¤ë¤³¤È¤Ï½ÐÍè¤Þ¤»¤ó¡£ ";55 $arrErr['select_file'] = "¢¨ ¥Ç¥£¥ì¥¯¥È¥ê¤òɽ¼¨¤¹¤ë¤³¤È¤Ï½ÐÍè¤Þ¤»¤ó¡£<br/>"; 56 56 57 57 } else { … … 70 70 if(is_dir($_POST['select_file'])) { 71 71 // ¥Ç¥£¥ì¥¯¥È¥ê¤Î¾ì¹ç¤Ïjavascript¥¨¥é¡¼ 72 $arrErr['select_file'] = "¢¨ ¥Ç¥£¥ì¥¯¥È¥ê¤ò¥À¥¦¥ó¥í¡¼¥É¤¹¤ë¤³¤È¤Ï½ÐÍè¤Þ¤»¤ó¡£ ";72 $arrErr['select_file'] = "¢¨ ¥Ç¥£¥ì¥¯¥È¥ê¤ò¥À¥¦¥ó¥í¡¼¥É¤¹¤ë¤³¤È¤Ï½ÐÍè¤Þ¤»¤ó¡£<br/>"; 73 73 } else { 74 74 // ¥Õ¥¡¥¤¥ë¥À¥¦¥ó¥í¡¼¥É … … 95 95 if(!sfCreateFile($create_dir."/".$_POST['create_file'], 0755)) { 96 96 // ºîÀ®¥¨¥é¡¼ 97 $arrErr['create_file'] = "¢¨ ".$_POST['create_file']."¤ÎºîÀ®¤Ë¼ºÇÔ¤·¤Þ¤·¤¿¡£ ";97 $arrErr['create_file'] = "¢¨ ".$_POST['create_file']."¤ÎºîÀ®¤Ë¼ºÇÔ¤·¤Þ¤·¤¿¡£<br/>"; 98 98 } else { 99 99 $tpl_onload .= "alert('¥Õ¥©¥ë¥À¤òºîÀ®¤·¤Þ¤·¤¿¡£');";
Note: See TracChangeset
for help on using the changeset viewer.
