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