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