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