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