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); }