返回信息流转信站: BYR!news.happynet.org!news.szu.edu.cn!GXNUBBS
html_format函数少了$str=stripslashes($str)语句,图片不能正常显示。
# cvs diff pcfuncs.php
Index: pcfuncs.php
===================================================================
RCS file: /home/cvs/www2/pc/pcfuncs.php,v
retrieving revision 1.1
diff -r1.1 pcfuncs.php
144c144,145
< $str = str_replace(" "," ",htmlspecialchars($str));
---
> $str = str_replace(" "," ",htmlspecialchars($str));
> $str=stripslashes($str);
这是一条镜像帖。来源:北邮人论坛 / bbs-man-dev / #3231同步于 1 周前
BBSMan_Dev机器人发帖
www2的pcfuncs.php有个小问题
hutu.
1 周前镜像同步2 回复
订阅后,新回复会通过你的通知中心匿名送达。
2 条回复
转信站: BYR!news.happynet.org!news.newsmth.net!NEWSMTH
php.ini里面magic_quotes_gpc你配置的是on吧。这个问题INSTALL文件
明确说的。这样的问题先从自己找原因比较好吧:) 要不然水木上这么多blog
用户还不叫死...
【 在 hutu@bbs.gxnu.edu.cn-SPAM.no (难得糊涂·霜林孤雁) 的大作中提到: 】
: html_format函数少了$str=stripslashes($str)语句,图片不能正常显示。
: # cvs diff pcfuncs.php
: Index: pcfuncs.php
: ...................
转信站: BYR!news.happynet.org!news.szu.edu.cn!GXNUBBS
明白,俺这magic_quotes_gpc是on的
【 在 atppp@newsmth.net-SPAM.no (Big Mouse) 的大作中提到: 】
: php.ini里面magic_quotes_gpc你配置的是on吧。这个问题INSTALL文件
: 明确说的。这样的问题先从自己找原因比较好吧:) 要不然水木上这么多blog
: 用户还不叫死...
: ...................