mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
기본 코드 내에서 제로보드라는 명칭을 제거
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4908 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
de8eb4cdd1
commit
f2e59ee019
28 changed files with 38 additions and 38 deletions
|
|
@ -139,7 +139,7 @@
|
|||
// 제목이 없으면 내용에서 추출
|
||||
if(!$obj->title) $obj->title = cut_str(strip_tags($obj->content),20,'...');
|
||||
|
||||
// 내용에서 제로보드XE만의 태그를 삭제
|
||||
// 내용에서 XE만의 태그를 삭제
|
||||
$obj->content = preg_replace('!<\!--(Before|After)(Document|Comment)\(([0-9]+),([0-9]+)\)-->!is', '', $obj->content);
|
||||
|
||||
// 세션에서 최고 관리자가 아니면 iframe, script 제거
|
||||
|
|
@ -240,7 +240,7 @@
|
|||
// 제목이 없으면 내용에서 추출
|
||||
if(!$obj->title) $obj->title = cut_str(strip_tags($obj->content),20,'...');
|
||||
|
||||
// 내용에서 제로보드XE만의 태그를 삭제
|
||||
// 내용에서 XE만의 태그를 삭제
|
||||
$obj->content = preg_replace('!<\!--(Before|After)(Document|Comment)\(([0-9]+),([0-9]+)\)-->!is', '', $obj->content);
|
||||
|
||||
// 세션에서 최고 관리자가 아니면 iframe, script 제거
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue