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