&My::Web::footer call is deprecated now, use just: exit;
[www.jankratochvil.net.git] / project / wayback / Index.pm
index 5df517b..04b42f9 100644 (file)
@@ -47,8 +47,6 @@ HERE
 sub handler
 {
 project::Lib->init();
-
-
-My::Web->footer();
+exit;
 }
 1;