This commit is contained in:
Eelco Dolstra 2010-02-05 20:24:20 +00:00
parent a22946abe7
commit 045d921f7d

View file

@ -31,7 +31,7 @@ sub nar : Chained('nix') PathPart {
my $path .= "/" . join("/", @rest);
if (!isValidPath($path)) {
$c->response->status(410); "Gone"
$c->response->status(410); # "Gone"
error($c, "Path " . $path . " is no longer available.");
}