&My::Web::footer call is deprecated now, use just: exit;
[www.jankratochvil.net.git] / project / badblock_guess / Index.pm
index 9e735e7..aab774e 100644 (file)
@@ -51,6 +51,7 @@ sub handler
 {
 project::Lib->init();
 
+
 print <<'HERE';
 <p>It is similiar to:</p>
 <blockquote class="code">
@@ -63,6 +64,7 @@ If <span class="code">dd(1)</span> command above finishes for you in a reasonabl
 do not need this program.</p>
 HERE
 
-My::Web->footer();
+
+exit;
 }
 1;