PbootCMS模板提交留言成功后跳转到指定的网址(1)

COS、CDN
  • 打开 /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 替换为你需要跳转的地址。
  • 进入后台右上角清理缓存。
COS、CDN
热门