V9前台静态有时候不显示更新用户的用户名,具体修改方法如下
content_model.class.php第120行
复制代码
代码如下:
$urls['data']['username'] = $systeminfo['username'];
//end
html.class.php第29行:
复制代码
代码如下:
//额。必须要在这里获取传递过来的数组值
$username=$data['username'];
edit_content方法,约280行:
复制代码
代码如下:
/*编辑部分从主表数据库中查出用户名,传递模版*/
$temp = $this->get_one(array(‘id’=>$id));
$urls['data']['username'] = $temp['username'];
//end
标签:
本文链接:https://www.wsx6.cn/post/901.html
版权声明:
1:如非特殊说明,本站对提供的源码不拥有任何权利,其版权归原著者拥有。
2:请勿将该源码、软件进行商业交易、转载等行为,该源码、软件只为研究、学习所提供,该软件使用后发生的一切问题与本站无关。
3:本网站所有源码和软件均为作者提供和网友推荐收集整理而来,仅供学习和研究使用。如有侵犯你版权的,请来信(邮箱:393249296@qq.com)指出,本站将立即改正。