--- fenglin/bbs/restore.php 2025/03/06 07:41:52 1.3 +++ fenglin/bbs/restore.php 2025/03/18 03:52:17 1.4 @@ -49,10 +49,10 @@ mysql_close($db_conn); if ($tid==0) { - header ("Location: detail.php?id=$id"); + header ("Location: view_article.php?id=$id"); } else { - header ("Location: detail.php?id=$tid#$id"); + header ("Location: view_article?id=$tid#$id"); } ?>