* Argh.
This commit is contained in:
parent
a22946abe7
commit
045d921f7d
|
@ -31,7 +31,7 @@ sub nar : Chained('nix') PathPart {
|
||||||
my $path .= "/" . join("/", @rest);
|
my $path .= "/" . join("/", @rest);
|
||||||
|
|
||||||
if (!isValidPath($path)) {
|
if (!isValidPath($path)) {
|
||||||
$c->response->status(410); "Gone"
|
$c->response->status(410); # "Gone"
|
||||||
error($c, "Path " . $path . " is no longer available.");
|
error($c, "Path " . $path . " is no longer available.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue