AvocadoAmber/AvocadoEdition_Light/tail.sub.php
2024-10-05 05:56:45 +09:00

12 lines
205 B
PHP

<?php
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
unset($mb);
unset($row);
unset($row2);
EventHandler::triggerEvent("gnuboard.tail_sub");
?>
</body>
</html>
<?php
echo html_end();