请问PbootCMS模板提交留言成功后跳转到指定的网址(1)
- 打开
/core/function/helper.php
文件 - 找到第 162 行左右的代码:
echo '<script type="text/javascript">alert("' . clear_html_blank($info) . '");location.href="' . $url . '";</script>';
- 修改为:
echo '<script type="text/javascript">alert("' . clear_html_blank($info) . '");location.href="目标网址";</script>';
- 将
http://www.91084.com
替换为你需要跳转的地址。 - 进入后台右上角清理缓存。
更新时间:2025-04-10 23:50:02
下一篇:请问pbootcms后台的百度普通收录token怎么填写?怎么获得?
转载请注明原文链接:https://www.muzicopy.com/suibi/3735.html