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