[quote] 失 效
發表於 : 2006-05-23 , 11:52
[quote] 失 效
http://phpbb-tw.net/phpbb/viewtopic.php ... 5%E8%A8%80
includes/functions_post.php
尋找:
After, Add:
http://phpbb-tw.net/phpbb/viewtopic.php ... 5%E8%A8%80
includes/functions_post.php
尋找:
代碼: 選擇全部
$message = addslashes($message);
代碼: 選擇全部
$message = str_replace('"', '"', $message);