&My::Web::footer call is deprecated now, use just: exit;
[MyWeb.git] / Redirect.pm
index 0c0654a..bff6fb9 100644 (file)
@@ -37,6 +37,5 @@ my $W=My::Web->init(
                                },
                );
 My::Web->http_moved($W->{"args"}{"location"},HTTP_MOVED_PERMANENTLY);
-die "NOTREACHED";
 }
 1;