Finish early.

This commit is contained in:
Dominik Pantůček 2023-07-02 16:57:29 +02:00
parent 1818e93635
commit 92cfbb699d

View file

@ -52,6 +52,7 @@ class action_plugin_hackerbase extends DokuWiki_Action_Plugin
echo $status; echo $status;
echo '</body>'; echo '</body>';
echo '</html>'; echo '</html>';
die();
} }
} }