From 8a492275f1f94b1dfb056aef21d7e092859c439d Mon Sep 17 00:00:00 2001 From: Aleksei Miheev Date: Mon, 9 Jul 2012 17:59:51 +0400 Subject: [PATCH] add 410 status code for deleted topics --- Sources/Load.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/Load.php b/Sources/Load.php index 6e8ee67..ceb5a09 100644 --- a/Sources/Load.php +++ b/Sources/Load.php @@ -337,6 +337,7 @@ function loadBoard() // The permissions and theme need loading, just to make sure everything goes smoothly. loadPermissions(); loadTheme(); + header("Status: 410"); fatal_lang_error('topic_gone', false); }