| #1352 | $cache->set($cacheKey, $status); |
| #1353 | } |
| #1354 | |
| #1355 | // 构建重定向URL,格式为 /{category-slug}/{post-id}.html |
| #1356 | $redirectUrl = <?php echo(isset($cfg['weburl']) ? $cfg['weburl'] : ''); ?>' . $id . '.html'; |
| #1357 | // 重定向页面避免重复提交 |
| #1358 | $this->response->redirect($redirectUrl); |
| #1359 | |
| #1360 | } |
| #1361 |