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