mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 14:22:54 +09:00
회원 서명란에 <img />나 <object /> 태그만 있을 때에도 수정되도록 함
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4479 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
eed198bb8a
commit
8c2c965a8f
1 changed files with 1 additions and 1 deletions
|
|
@ -832,7 +832,7 @@
|
|||
function putSignature($member_srl, $signature) {
|
||||
$signature = trim(removeHackTag($signature));
|
||||
|
||||
$check_signature = trim(str_replace(array(' ',"\n","\r"),'',strip_tags($signature)));
|
||||
$check_signature = trim(str_replace(array(' ',"\n","\r"),'',strip_tags($signature,'<img><object>')));
|
||||
$path = sprintf('files/member_extra_info/signature/%s/', getNumberingPath($member_srl));
|
||||
$filename = sprintf('%s%d.signature.php', $path, $member_srl);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue