mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 02:39:56 +09:00
게시판모듈의 XE_LIST 스킨의 경우 헤더를 숨기거나 노출할 수 있도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1971 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0722383917
commit
e9f3bc1563
4 changed files with 69 additions and 18 deletions
|
|
@ -92,8 +92,8 @@
|
|||
// 정상적으로 업로드된 파일이 아니면 무시
|
||||
if(!$image_obj['tmp_name'] || !is_uploaded_file($image_obj['tmp_name'])) continue;
|
||||
|
||||
// 이미지 파일이 아니어도 무시
|
||||
if(!eregi("\.(jpg|jpeg|gif|png)$", $image_obj['name'])) continue;
|
||||
// 이미지 파일이 아니어도 무시 (swf는 패스~)
|
||||
if(!eregi("\.(jpg|jpeg|gif|png|swf)$", $image_obj['name'])) continue;
|
||||
|
||||
// 경로를 정해서 업로드
|
||||
$path = sprintf("./files/attach/images/%s/", $args->layout_srl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue