开源DIGG软件PBDigg2.0的修改(三):发表文章时输错验证码后返回网页原编辑内容不消失
方法很简单:
修改post.php 第31行
将 header('Cache-control: private, must-revalidate');
替换为:header("Cache-control: private");
方法很简单:
修改post.php 第31行
将 header('Cache-control: private, must-revalidate');
替换为:header("Cache-control: private");