summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 2092270..3d6f770 100644
--- a/index.php
+++ b/index.php
@@ -20,7 +20,7 @@ if( isset($_REQUEST['tags']) ){
$pageTitle .= ' '.tra( 'with' ).' '.$_REQUEST['tags'];
$gBitSystem->setCanonicalLink( $tag->getDisplayUriWithTag( $_REQUEST['tags'] ) );
} else {
- $gBitSystem->setHttpStatus( HttpStatusCodes::HTTP_NOT_FOUND );
+ $gBitSystem->setHttpStatus( HttpStatusCodes::HTTP_GONE );
}
$tagData = $tag->getList( $tagHash );
$gBitSmarty->assign( 'tagData', $tagData["data"] );